Html Css Color HEX #296042 Green Pea

📋 copy color: '#296042'

red 41 ◦ green 96 ◦ blue 66

#296042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #296042

Tints of Green Pea #296042

RGB

 RED value IS 41 (16.41% from 255) = 20.2%

 GREEN value IS 96 (37.89% from 255) = 47.29%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 20.2%
G = 47.29%
B = 32.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#296042 (or 0x296042) is known color: Green Pea. HEX triplet: 29, 60 and 42. RGB value is (41,96,66). Sum of RGB (Red+Green+Blue) = 41+96+66=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #296042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296042 is #D69FBD. Grayscale: #4C4C4C. Windows color (decimal): -14065598 or 4349993. OLE color: 4349993.

HSL color Cylindrical-coordinate representation of color #296042: hue angle of 147.27º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #296042 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 96 66 -
CMYK 0.57 0 0.31 0.62
HSL 147.27º 0.4% 0.27% -
HSV(B) 147.27º 0.57% 0.38% -
XYZ 6.08 9.23 6.62 -
YUV 76.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 41 96 66 0.57 0 0.31 0.62 147.27 0.4 0.27
Hex 29 60 42 39 0 1F 3E 93 28 1B
Octal 51 140 102 71 0 37 76 223 50 33
Binary 101001 1100000 1000010 111001 0 11111 111110 10010011 101000 11011

Color Harmonies of #296042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296042

Black with #296042

Text Example


Text Example

White with #296042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296042; }

 p { color: rgb(41,96,66); }

 H1.HeaderClassName
 {
   color: #296042;
 }
 .AnyTagClassName
 {
   color: #296042;
 }
</style>

background-color css

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

 a { background-color: rgb(41,96,66); }

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

border-color css

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

 span { border-color: rgb(41,96,66); }

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