Html Css Color HEX #296031 Parsley

📋 copy color: '#296031'

red 41 ◦ green 96 ◦ blue 49

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

Shades of Parsley #296031

Tints of Parsley #296031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 22.04%
G = 51.61%
B = 26.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#296031 (or 0x296031) is known color: Parsley. HEX triplet: 29, 60 and 31. RGB value is (41,96,49). Sum of RGB (Red+Green+Blue) = 41+96+49=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #296031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296031 is #D69FCE. Grayscale: #4A4A4A. Windows color (decimal): -14065615 or 3235881. OLE color: 3235881.

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

Color convert

RGB 41 96 49 -
CMYK 0.57 0 0.49 0.62
HSL 128.73º 0.4% 0.27% -
HSV(B) 128.73º 0.57% 0.38% -
XYZ 5.65 9.06 4.36 -
YUV 74.2 113.78 104.32 -
System Red Green Blue C M Y K H S L
Decimal 41 96 49 0.57 0 0.49 0.62 128.73 0.4 0.27
Hex 29 60 31 39 0 31 3E 81 28 1B
Octal 51 140 61 71 0 61 76 201 50 33
Binary 101001 1100000 110001 111001 0 110001 111110 10000001 101000 11011

Color Harmonies of #296031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296031

Black with #296031

Text Example


Text Example

White with #296031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296031; }

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

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

background-color css

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

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

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

border-color css

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

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

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