Html Css Color HEX #296044 Green Pea

📋 copy color: '#296044'

red 41 ◦ green 96 ◦ blue 68

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

Shades of Green Pea #296044

Tints of Green Pea #296044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 20%
G = 46.83%
B = 33.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#296044 (or 0x296044) is known color: Green Pea. HEX triplet: 29, 60 and 44. RGB value is (41,96,68). Sum of RGB (Red+Green+Blue) = 41+96+68=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #296044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296044 is #D69FBB. Grayscale: #4C4C4C. Windows color (decimal): -14065596 or 4481065. OLE color: 4481065.

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

Color convert

RGB 41 96 68 -
CMYK 0.57 0 0.29 0.62
HSL 149.45º 0.4% 0.27% -
HSV(B) 149.45º 0.57% 0.38% -
XYZ 6.14 9.25 6.93 -
YUV 76.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 41 96 68 0.57 0 0.29 0.62 149.45 0.4 0.27
Hex 29 60 44 39 0 1D 3E 95 28 1B
Octal 51 140 104 71 0 35 76 225 50 33
Binary 101001 1100000 1000100 111001 0 11101 111110 10010101 101000 11011

Color Harmonies of #296044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296044

Black with #296044

Text Example


Text Example

White with #296044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296044; }

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

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

background-color css

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

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

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

border-color css

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

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

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