#297348

Color #297348 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #297348

Tints of Green Pea #297348

Color information

#297348 (or 0x297348) is unknown color: approx Green Pea. HEX triplet: 29, 73 and 48. RGB value is (41,115,72). Sum of RGB (Red+Green+Blue) = 41+115+72=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #297348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297348 is #D68CB7. Grayscale: #585858. Windows color (decimal): -14060728 or 4748073. OLE color: 4748073.

HSL color Cylindrical-coordinate representation of color #297348: hue angle of 145.14º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297348 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB4111572-
CMYK0.6400.370.55
HSL145.14º47.44%30.59%-
HSV(B)145.14º64.35%45.1%-
XYZ8.2113.28.25-
YUV87.97118.9894.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 115 (45.31% from 255) = 50.44%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=17.98%
G=50.44%
B=31.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115720.6400.370.55145.1447.4430.59
Hex2973484002537912f1f
Octal51163110100045672215737
Binary10100111100111001000100000001001011101111001000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297348; }

 p { color: rgb(41,115,72); }

 H1.HeaderClassName
 {
   color: #297348;
 }
 .AnyTagClassName
 {
   color: #297348;
 }
</style>
background-color css

<style>
 a { background-color: #297348; }

 a { background-color: rgb(41,115,72); }

 div.DivClassName
 {
   background-color: #297348;
 }
 .BgClassName
 {
   background-color: #297348;
 }
</style>
border-color css

<style>
 span { border-color: #297348; }

 span { border-color: rgb(41,115,72); }

 td.TdClassName
 {
   border-color: #297348;
 }
 .TagClassName
 {
   border-color: #297348;
 }
</style>