Html Css Color HEX #296135 Parsley

📋 copy color: '#296135'

red 41 ◦ green 97 ◦ blue 53

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

Shades of Parsley #296135

Tints of Parsley #296135

RGB

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

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

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

R = 21.47%
G = 50.79%
B = 27.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#296135 (or 0x296135) is known color: Parsley. HEX triplet: 29, 61 and 35. RGB value is (41,97,53). Sum of RGB (Red+Green+Blue) = 41+97+53=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #296135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296135 is #D69ECA. Grayscale: #4B4B4B. Windows color (decimal): -14065355 or 3498281. OLE color: 3498281.

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

Color convert

RGB 41 97 53 -
CMYK 0.58 0 0.45 0.62
HSL 132.86º 0.41% 0.27% -
HSV(B) 132.86º 0.58% 0.38% -
XYZ 5.83 9.28 4.85 -
YUV 75.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 41 97 53 0.58 0 0.45 0.62 132.86 0.41 0.27
Hex 29 61 35 3A 0 2D 3E 85 29 1B
Octal 51 141 65 72 0 55 76 205 51 33
Binary 101001 1100001 110101 111010 0 101101 111110 10000101 101001 11011

Color Harmonies of #296135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296135

Black with #296135

Text Example


Text Example

White with #296135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296135; }

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

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

background-color css

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

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

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

border-color css

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

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

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