Html Css Color HEX #296142 Green Pea

📋 copy color: '#296142'

red 41 ◦ green 97 ◦ blue 66

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

Shades of Green Pea #296142

Tints of Green Pea #296142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.55%

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

R = 20.1%
G = 47.55%
B = 32.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#296142 (or 0x296142) is known color: Green Pea. HEX triplet: 29, 61 and 42. RGB value is (41,97,66). Sum of RGB (Red+Green+Blue) = 41+97+66=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #296142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296142 is #D69EBD. Grayscale: #4C4C4C. Windows color (decimal): -14065342 or 4350249. OLE color: 4350249.

HSL color Cylindrical-coordinate representation of color #296142: hue angle of 146.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296142 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 97 66 -
CMYK 0.58 0 0.32 0.62
HSL 146.79º 0.41% 0.27% -
HSV(B) 146.79º 0.58% 0.38% -
XYZ 6.17 9.41 6.65 -
YUV 76.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 41 97 66 0.58 0 0.32 0.62 146.79 0.41 0.27
Hex 29 61 42 3A 0 20 3E 93 29 1B
Octal 51 141 102 72 0 40 76 223 51 33
Binary 101001 1100001 1000010 111010 0 100000 111110 10010011 101001 11011

Color Harmonies of #296142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296142

Black with #296142

Text Example


Text Example

White with #296142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296142; }

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

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

background-color css

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

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

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

border-color css

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

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

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