Html Css Color HEX #296140 Green Pea

📋 copy color: '#296140'

red 41 ◦ green 97 ◦ blue 64

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

Shades of Green Pea #296140

Tints of Green Pea #296140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 20.3%
G = 48.02%
B = 31.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#296140 (or 0x296140) is known color: Green Pea. HEX triplet: 29, 61 and 40. RGB value is (41,97,64). Sum of RGB (Red+Green+Blue) = 41+97+64=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #296140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296140 is #D69EBF. Grayscale: #4C4C4C. Windows color (decimal): -14065344 or 4219177. OLE color: 4219177.

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

Color convert

RGB 41 97 64 -
CMYK 0.58 0 0.34 0.62
HSL 144.64º 0.41% 0.27% -
HSV(B) 144.64º 0.58% 0.38% -
XYZ 6.11 9.39 6.34 -
YUV 76.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 41 97 64 0.58 0 0.34 0.62 144.64 0.41 0.27
Hex 29 61 40 3A 0 22 3E 91 29 1B
Octal 51 141 100 72 0 42 76 221 51 33
Binary 101001 1100001 1000000 111010 0 100010 111110 10010001 101001 11011

Color Harmonies of #296140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296140

Black with #296140

Text Example


Text Example

White with #296140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296140; }

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

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

background-color css

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

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

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

border-color css

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

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

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