Html Css Color HEX #285F32 Parsley

📋 copy color: '#285F32'

red 40 ◦ green 95 ◦ blue 50

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

Shades of Parsley #285F32

Tints of Parsley #285F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.35%

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

R = 21.62%
G = 51.35%
B = 27.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#285F32 (or 0x285F32) is known color: Parsley. HEX triplet: 28, 5F and 32. RGB value is (40,95,50). Sum of RGB (Red+Green+Blue) = 40+95+50=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #285F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F32 is #D7A0CD. Grayscale: #494949. Windows color (decimal): -14131406 or 3301160. OLE color: 3301160.

HSL color Cylindrical-coordinate representation of color #285F32: hue angle of 130.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F32 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 95 50 -
CMYK 0.58 0 0.47 0.63
HSL 130.91º 0.41% 0.26% -
HSV(B) 130.91º 0.58% 0.37% -
XYZ 5.54 8.87 4.44 -
YUV 73.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 40 95 50 0.58 0 0.47 0.63 130.91 0.41 0.26
Hex 28 5F 32 3A 0 2F 3F 83 29 1A
Octal 50 137 62 72 0 57 77 203 51 32
Binary 101000 1011111 110010 111010 0 101111 111111 10000011 101001 11010

Color Harmonies of #285F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F32

Black with #285F32

Text Example


Text Example

White with #285F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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