#286130

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

Shades of Parsley #286130

Tints of Parsley #286130

Color information

#286130 (or 0x286130) is unknown color: approx Parsley. HEX triplet: 28, 61 and 30. RGB value is (40,97,48). Sum of RGB (Red+Green+Blue) = 40+97+48=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #286130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286130 is #D79ECF. Grayscale: #4A4A4A. Windows color (decimal): -14130896 or 3170600. OLE color: 3170600.

HSL color Cylindrical-coordinate representation of color #286130: hue angle of 128.42º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #286130 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB409748-
CMYK0.5900.510.62
HSL128.42º41.61%26.86%-
HSV(B)128.42º58.76%38.04%-
XYZ5.689.214.28-
YUV74.37113.12103.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=21.62%
G=52.43%
B=25.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097480.5900.510.62128.4241.6126.86
Hex2861303B0333E802a1b
Octal501416073063762005233
Binary101000110000111000011101101100111111101000000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286130; }

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

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

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

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

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

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

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

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