Html Css Color HEX #296041 Green Pea

📋 copy color: '#296041'

red 41 ◦ green 96 ◦ blue 65

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

Shades of Green Pea #296041

Tints of Green Pea #296041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 20.3%
G = 47.52%
B = 32.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#296041 (or 0x296041) is known color: Green Pea. HEX triplet: 29, 60 and 41. RGB value is (41,96,65). Sum of RGB (Red+Green+Blue) = 41+96+65=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #296041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296041 is #D69FBE. Grayscale: #4C4C4C. Windows color (decimal): -14065599 or 4284457. OLE color: 4284457.

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

Color convert

RGB 41 96 65 -
CMYK 0.57 0 0.32 0.62
HSL 146.18º 0.4% 0.27% -
HSV(B) 146.18º 0.57% 0.38% -
XYZ 6.05 9.22 6.46 -
YUV 76.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 41 96 65 0.57 0 0.32 0.62 146.18 0.4 0.27
Hex 29 60 41 39 0 20 3E 92 28 1B
Octal 51 140 101 71 0 40 76 222 50 33
Binary 101001 1100000 1000001 111001 0 100000 111110 10010010 101000 11011

Color Harmonies of #296041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296041

Black with #296041

Text Example


Text Example

White with #296041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296041; }

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

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

background-color css

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

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

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

border-color css

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

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

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