Html Css Color HEX #295932 Parsley

📋 copy color: '#295932'

red 41 ◦ green 89 ◦ blue 50

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

Shades of Parsley #295932

Tints of Parsley #295932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 49.44%

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

R = 22.78%
G = 49.44%
B = 27.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#295932 (or 0x295932) is known color: Parsley. HEX triplet: 29, 59 and 32. RGB value is (41,89,50). Sum of RGB (Red+Green+Blue) = 41+89+50=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #295932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295932 is #D6A6CD. Grayscale: #464646. Windows color (decimal): -14067406 or 3299625. OLE color: 3299625.

HSL color Cylindrical-coordinate representation of color #295932: hue angle of 131.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295932 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 89 50 -
CMYK 0.54 0 0.44 0.65
HSL 131.25º 0.37% 0.25% -
HSV(B) 131.25º 0.54% 0.35% -
XYZ 5.06 7.85 4.27 -
YUV 70.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 41 89 50 0.54 0 0.44 0.65 131.25 0.37 0.25
Hex 29 59 32 36 0 2C 41 83 25 19
Octal 51 131 62 66 0 54 101 203 45 31
Binary 101001 1011001 110010 110110 0 101100 1000001 10000011 100101 11001

Color Harmonies of #295932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295932

Black with #295932

Text Example


Text Example

White with #295932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295932; }

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

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

background-color css

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

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

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

border-color css

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

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

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