#286C45

Color #286C45 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #286C45

Tints of Green Pea #286C45

Color information

#286C45 (or 0x286C45) is unknown color: approx Green Pea. HEX triplet: 28, 6C and 45. RGB value is (40,108,69). Sum of RGB (Red+Green+Blue) = 40+108+69=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #286C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286C45 is #D793BA. Grayscale: #535353. Windows color (decimal): -14128059 or 4549672. OLE color: 4549672.

HSL color Cylindrical-coordinate representation of color #286C45: hue angle of 145.59º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C45 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB4010869-
CMYK0.6300.360.58
HSL145.59º45.95%29.02%-
HSV(B)145.59º62.96%42.35%-
XYZ7.3111.617.49-
YUV83.22119.9797.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 108 (42.58% from 255) = 49.77%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=18.43%
G=49.77%
B=31.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40108690.6300.360.58145.5945.9529.02
Hex286C453F0243A922e1d
Octal5015410577044722225635
Binary1010001101100100010111111101001001110101001001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286C45; }

 p { color: rgb(40,108,69); }

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

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

 a { background-color: rgb(40,108,69); }

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

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

 span { border-color: rgb(40,108,69); }

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