Html Css Color HEX #296E42 Green Pea

📋 copy color: '#296E42'

red 41 ◦ green 110 ◦ blue 66

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

Shades of Green Pea #296E42

Tints of Green Pea #296E42

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50.69%

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

R = 18.89%
G = 50.69%
B = 30.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#296E42 (or 0x296E42) is known color: Green Pea. HEX triplet: 29, 6E and 42. RGB value is (41,110,66). Sum of RGB (Red+Green+Blue) = 41+110+66=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #296E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296E42 is #D691BD. Grayscale: #545454. Windows color (decimal): -14062014 or 4353577. OLE color: 4353577.

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

Color convert

RGB 41 110 66 -
CMYK 0.63 0 0.4 0.57
HSL 141.74º 0.46% 0.3% -
HSV(B) 141.74º 0.63% 0.43% -
XYZ 7.47 12.02 7.08 -
YUV 84.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 41 110 66 0.63 0 0.4 0.57 141.74 0.46 0.3
Hex 29 6E 42 3F 0 28 39 8E 2E 1E
Octal 51 156 102 77 0 50 71 216 56 36
Binary 101001 1101110 1000010 111111 0 101000 111001 10001110 101110 11110

Color Harmonies of #296E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E42

Black with #296E42

Text Example


Text Example

White with #296E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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