Html Css Color HEX #296032 Parsley

📋 copy color: '#296032'

red 41 ◦ green 96 ◦ blue 50

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

Shades of Parsley #296032

Tints of Parsley #296032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.34%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 21.93%
G = 51.34%
B = 26.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#296032 (or 0x296032) is known color: Parsley. HEX triplet: 29, 60 and 32. RGB value is (41,96,50). Sum of RGB (Red+Green+Blue) = 41+96+50=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #296032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296032 is #D69FCD. Grayscale: #4A4A4A. Windows color (decimal): -14065614 or 3301417. OLE color: 3301417.

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

Color convert

RGB 41 96 50 -
CMYK 0.57 0 0.48 0.62
HSL 129.82º 0.4% 0.27% -
HSV(B) 129.82º 0.57% 0.38% -
XYZ 5.67 9.07 4.47 -
YUV 74.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 41 96 50 0.57 0 0.48 0.62 129.82 0.4 0.27
Hex 29 60 32 39 0 30 3E 82 28 1B
Octal 51 140 62 71 0 60 76 202 50 33
Binary 101001 1100000 110010 111001 0 110000 111110 10000010 101000 11011

Color Harmonies of #296032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296032

Black with #296032

Text Example


Text Example

White with #296032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296032; }

 p { color: rgb(41,96,50); }

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

background-color css

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

 a { background-color: rgb(41,96,50); }

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

border-color css

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

 span { border-color: rgb(41,96,50); }

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