Html Css Color HEX #296535 Parsley

📋 copy color: '#296535'

red 41 ◦ green 101 ◦ blue 53

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

Shades of Parsley #296535

Tints of Parsley #296535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.79%

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

R = 21.03%
G = 51.79%
B = 27.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#296535 (or 0x296535) is known color: Parsley. HEX triplet: 29, 65 and 35. RGB value is (41,101,53). Sum of RGB (Red+Green+Blue) = 41+101+53=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #296535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296535 is #D69ACA. Grayscale: #4D4D4D. Windows color (decimal): -14064331 or 3499305. OLE color: 3499305.

HSL color Cylindrical-coordinate representation of color #296535: hue angle of 132º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296535 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 101 53 -
CMYK 0.59 0 0.48 0.60
HSL 132º 0.42% 0.28% -
HSV(B) 132º 0.59% 0.4% -
XYZ 6.21 10.04 4.98 -
YUV 77.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 41 101 53 0.59 0 0.48 0.60 132 0.42 0.28
Hex 29 65 35 3B 0 30 3C 84 2A 1C
Octal 51 145 65 73 0 60 74 204 52 34
Binary 101001 1100101 110101 111011 0 110000 111100 10000100 101010 11100

Color Harmonies of #296535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296535

Black with #296535

Text Example


Text Example

White with #296535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296535; }

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

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

background-color css

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

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

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

border-color css

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

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

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