Html Css Color HEX #285932 Parsley

📋 copy color: '#285932'

red 40 ◦ green 89 ◦ blue 50

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

Shades of Parsley #285932

Tints of Parsley #285932

RGB

 RED value IS 40 (16.02% from 255) = 22.35%

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

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

R = 22.35%
G = 49.72%
B = 27.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#285932 (or 0x285932) is known color: Parsley. HEX triplet: 28, 59 and 32. RGB value is (40,89,50). Sum of RGB (Red+Green+Blue) = 40+89+50=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #285932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285932 is #D7A6CD. Grayscale: #464646. Windows color (decimal): -14132942 or 3299624. OLE color: 3299624.

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

Color convert

RGB 40 89 50 -
CMYK 0.55 0 0.44 0.65
HSL 132.24º 0.38% 0.25% -
HSV(B) 132.24º 0.55% 0.35% -
XYZ 5.02 7.83 4.26 -
YUV 69.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 40 89 50 0.55 0 0.44 0.65 132.24 0.38 0.25
Hex 28 59 32 37 0 2C 41 84 26 19
Octal 50 131 62 67 0 54 101 204 46 31
Binary 101000 1011001 110010 110111 0 101100 1000001 10000100 100110 11001

Color Harmonies of #285932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285932

Black with #285932

Text Example


Text Example

White with #285932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285932; }

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

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

background-color css

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

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

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

border-color css

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

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

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