Html Css Color HEX #296F45 Green Pea

📋 copy color: '#296F45'

red 41 ◦ green 111 ◦ blue 69

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

Shades of Green Pea #296F45

Tints of Green Pea #296F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.23%

 BLUE value IS 69 (27.34% from 255) = 31.22%

R = 18.55%
G = 50.23%
B = 31.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#296F45 (or 0x296F45) is known color: Green Pea. HEX triplet: 29, 6F and 45. RGB value is (41,111,69). Sum of RGB (Red+Green+Blue) = 41+111+69=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #296F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296F45 is #D690BA. Grayscale: #555555. Windows color (decimal): -14061755 or 4550441. OLE color: 4550441.

HSL color Cylindrical-coordinate representation of color #296F45: hue angle of 144º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296F45 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 69 -
CMYK 0.63 0 0.38 0.56
HSL 144º 0.46% 0.3% -
HSV(B) 144º 0.63% 0.44% -
XYZ 7.67 12.27 7.59 -
YUV 85.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 41 111 69 0.63 0 0.38 0.56 144 0.46 0.3
Hex 29 6F 45 3F 0 26 38 90 2E 1E
Octal 51 157 105 77 0 46 70 220 56 36
Binary 101001 1101111 1000101 111111 0 100110 111000 10010000 101110 11110

Color Harmonies of #296F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F45

Black with #296F45

Text Example


Text Example

White with #296F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296F45; }

 p { color: rgb(41,111,69); }

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

background-color css

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

 a { background-color: rgb(41,111,69); }

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

border-color css

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

 span { border-color: rgb(41,111,69); }

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