Html Css Color HEX #285C32 Parsley

📋 copy color: '#285C32'

red 40 ◦ green 92 ◦ blue 50

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

Shades of Parsley #285C32

Tints of Parsley #285C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 50.55%

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

R = 21.98%
G = 50.55%
B = 27.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#285C32 (or 0x285C32) is known color: Parsley. HEX triplet: 28, 5C and 32. RGB value is (40,92,50). Sum of RGB (Red+Green+Blue) = 40+92+50=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #285C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C32 is #D7A3CD. Grayscale: #474747. Windows color (decimal): -14132174 or 3300392. OLE color: 3300392.

HSL color Cylindrical-coordinate representation of color #285C32: hue angle of 131.54º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285C32 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 92 50 -
CMYK 0.57 0 0.46 0.64
HSL 131.54º 0.39% 0.26% -
HSV(B) 131.54º 0.57% 0.36% -
XYZ 5.28 8.34 4.35 -
YUV 71.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 40 92 50 0.57 0 0.46 0.64 131.54 0.39 0.26
Hex 28 5C 32 39 0 2E 40 84 27 1A
Octal 50 134 62 71 0 56 100 204 47 32
Binary 101000 1011100 110010 111001 0 101110 1000000 10000100 100111 11010

Color Harmonies of #285C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C32

Black with #285C32

Text Example


Text Example

White with #285C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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