#286134

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

Shades of Parsley #286134

Tints of Parsley #286134

Color information

#286134 (or 0x286134) is unknown color: approx Parsley. HEX triplet: 28, 61 and 34. RGB value is (40,97,52). Sum of RGB (Red+Green+Blue) = 40+97+52=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #286134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286134 is #D79ECB. Grayscale: #4A4A4A. Windows color (decimal): -14130892 or 3432744. OLE color: 3432744.

HSL color Cylindrical-coordinate representation of color #286134: hue angle of 132.63º 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 #286134 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB409752-
CMYK0.5900.460.62
HSL132.63º41.61%26.86%-
HSV(B)132.63º58.76%38.04%-
XYZ5.779.254.73-
YUV74.83115.12103.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=21.16%
G=51.32%
B=27.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097520.5900.460.62132.6341.6126.86
Hex2861343B02E3E852a1b
Octal501416473056762055233
Binary101000110000111010011101101011101111101000010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286134; }

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

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

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

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

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

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

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

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