Html Css Color HEX #296242 Green Pea

📋 copy color: '#296242'

red 41 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #296242

Tints of Green Pea #296242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.8%

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

R = 20%
G = 47.8%
B = 32.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#296242 (or 0x296242) is known color: Green Pea. HEX triplet: 29, 62 and 42. RGB value is (41,98,66). Sum of RGB (Red+Green+Blue) = 41+98+66=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #296242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296242 is #D69DBD. Grayscale: #4D4D4D. Windows color (decimal): -14065086 or 4350505. OLE color: 4350505.

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

Color convert

RGB 41 98 66 -
CMYK 0.58 0 0.33 0.62
HSL 146.32º 0.41% 0.27% -
HSV(B) 146.32º 0.58% 0.38% -
XYZ 6.27 9.6 6.68 -
YUV 77.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 41 98 66 0.58 0 0.33 0.62 146.32 0.41 0.27
Hex 29 62 42 3A 0 21 3E 92 29 1B
Octal 51 142 102 72 0 41 76 222 51 33
Binary 101001 1100010 1000010 111010 0 100001 111110 10010010 101001 11011

Color Harmonies of #296242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296242

Black with #296242

Text Example


Text Example

White with #296242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296242; }

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

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

background-color css

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

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

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

border-color css

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

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

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