Html Css Color HEX #296141 Green Pea

📋 copy color: '#296141'

red 41 ◦ green 97 ◦ blue 65

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

Shades of Green Pea #296141

Tints of Green Pea #296141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 20.2%
G = 47.78%
B = 32.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#296141 (or 0x296141) is known color: Green Pea. HEX triplet: 29, 61 and 41. RGB value is (41,97,65). Sum of RGB (Red+Green+Blue) = 41+97+65=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #296141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296141 is #D69EBE. Grayscale: #4C4C4C. Windows color (decimal): -14065343 or 4284713. OLE color: 4284713.

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

Color convert

RGB 41 97 65 -
CMYK 0.58 0 0.33 0.62
HSL 145.71º 0.41% 0.27% -
HSV(B) 145.71º 0.58% 0.38% -
XYZ 6.14 9.4 6.49 -
YUV 76.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 41 97 65 0.58 0 0.33 0.62 145.71 0.41 0.27
Hex 29 61 41 3A 0 21 3E 92 29 1B
Octal 51 141 101 72 0 41 76 222 51 33
Binary 101001 1100001 1000001 111010 0 100001 111110 10010010 101001 11011

Color Harmonies of #296141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296141

Black with #296141

Text Example


Text Example

White with #296141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296141; }

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

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

background-color css

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

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

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

border-color css

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

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

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