Html Css Color HEX #296035 Parsley

📋 copy color: '#296035'

red 41 ◦ green 96 ◦ blue 53

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

Shades of Parsley #296035

Tints of Parsley #296035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.89%

R = 21.58%
G = 50.53%
B = 27.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#296035 (or 0x296035) is known color: Parsley. HEX triplet: 29, 60 and 35. RGB value is (41,96,53). Sum of RGB (Red+Green+Blue) = 41+96+53=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #296035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296035 is #D69FCA. Grayscale: #4A4A4A. Windows color (decimal): -14065611 or 3498025. OLE color: 3498025.

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

Color convert

RGB 41 96 53 -
CMYK 0.57 0 0.45 0.62
HSL 133.09º 0.4% 0.27% -
HSV(B) 133.09º 0.57% 0.38% -
XYZ 5.74 9.09 4.82 -
YUV 74.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 41 96 53 0.57 0 0.45 0.62 133.09 0.4 0.27
Hex 29 60 35 39 0 2D 3E 85 28 1B
Octal 51 140 65 71 0 55 76 205 50 33
Binary 101001 1100000 110101 111001 0 101101 111110 10000101 101000 11011

Color Harmonies of #296035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296035

Black with #296035

Text Example


Text Example

White with #296035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296035; }

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

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

background-color css

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

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

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

border-color css

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

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

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