#285A34

Color #285A34 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #285A34

Tints of Parsley #285A34

Color information

#285A34 (or 0x285A34) is unknown color: approx Parsley. HEX triplet: 28, 5A and 34. RGB value is (40,90,52). Sum of RGB (Red+Green+Blue) = 40+90+52=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #285A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A34 is #D7A5CB. Grayscale: #464646. Windows color (decimal): -14132684 or 3430952. OLE color: 3430952.

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

Color convert

RGB409052-
CMYK0.5600.420.65
HSL134.4º38.46%25.49%-
HSV(B)134.4º55.56%35.29%-
XYZ5.158.014.52-
YUV70.72117.44106.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 90 (35.55% from 255) = 49.45%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=21.98%
G=49.45%
B=28.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090520.5600.420.65134.438.4625.49
Hex285A343802A41862619
Octal5013264700521012064631
Binary1010001011010110100111000010101010000011000011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,90,52); }

 H1.HeaderClassName
 {
   color: #285A34;
 }
 .AnyTagClassName
 {
   color: #285A34;
 }
</style>
background-color css

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

 a { background-color: rgb(40,90,52); }

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

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

 span { border-color: rgb(40,90,52); }

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