#286034

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

Shades of Parsley #286034

Tints of Parsley #286034

Color information

#286034 (or 0x286034) is unknown color: approx Parsley. HEX triplet: 28, 60 and 34. RGB value is (40,96,52). Sum of RGB (Red+Green+Blue) = 40+96+52=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #286034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286034 is #D79FCB. Grayscale: #4A4A4A. Windows color (decimal): -14131148 or 3432488. OLE color: 3432488.

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

Color convert

RGB409652-
CMYK0.5800.460.62
HSL132.86º41.18%26.67%-
HSV(B)132.86º58.33%37.65%-
XYZ5.689.064.7-
YUV74.24115.45103.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=21.28%
G=51.06%
B=27.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096520.5800.460.62132.8641.1826.67
Hex2860343A02E3E85291b
Octal501406472056762055133
Binary101000110000011010011101001011101111101000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286034; }

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

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

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

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

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

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

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

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