#285130

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

Shades of Parsley #285130

Tints of Parsley #285130

Color information

#285130 (or 0x285130) is unknown color: approx Parsley. HEX triplet: 28, 51 and 30. RGB value is (40,81,48). Sum of RGB (Red+Green+Blue) = 40+81+48=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #285130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285130 is #D7AECF. Grayscale: #414141. Windows color (decimal): -14134992 or 3166504. OLE color: 3166504.

HSL color Cylindrical-coordinate representation of color #285130: hue angle of 131.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285130 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB408148-
CMYK0.5100.410.68
HSL131.71º33.88%23.73%-
HSV(B)131.71º50.62%31.76%-
XYZ4.356.553.83-
YUV64.98118.42110.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=23.67%
G=47.93%
B=28.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4081480.5100.410.68131.7133.8823.73
Hex2851303302944842218
Octal5012160630511042044230
Binary1010001010001110000110011010100110001001000010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285130; }

 p { color: rgb(40,81,48); }

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

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

 a { background-color: rgb(40,81,48); }

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

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

 span { border-color: rgb(40,81,48); }

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