Html Css Color HEX #296040 Green Pea

📋 copy color: '#296040'

red 41 ◦ green 96 ◦ blue 64

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

Shades of Green Pea #296040

Tints of Green Pea #296040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 20.4%
G = 47.76%
B = 31.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#296040 (or 0x296040) is known color: Green Pea. HEX triplet: 29, 60 and 40. RGB value is (41,96,64). Sum of RGB (Red+Green+Blue) = 41+96+64=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #296040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296040 is #D69FBF. Grayscale: #4B4B4B. Windows color (decimal): -14065600 or 4218921. OLE color: 4218921.

HSL color Cylindrical-coordinate representation of color #296040: hue angle of 145.09º 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 #296040 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 96 64 -
CMYK 0.57 0 0.33 0.62
HSL 145.09º 0.4% 0.27% -
HSV(B) 145.09º 0.57% 0.38% -
XYZ 6.02 9.21 6.31 -
YUV 75.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 41 96 64 0.57 0 0.33 0.62 145.09 0.4 0.27
Hex 29 60 40 39 0 21 3E 91 28 1B
Octal 51 140 100 71 0 41 76 221 50 33
Binary 101001 1100000 1000000 111001 0 100001 111110 10010001 101000 11011

Color Harmonies of #296040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296040

Black with #296040

Text Example


Text Example

White with #296040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296040; }

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

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

background-color css

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

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

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

border-color css

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

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

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