#286B45

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

Shades of Green Pea #286B45

Tints of Green Pea #286B45

Color information

#286B45 (or 0x286B45) is unknown color: approx Green Pea. HEX triplet: 28, 6B and 45. RGB value is (40,107,69). Sum of RGB (Red+Green+Blue) = 40+107+69=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #286B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B45 is #D794BA. Grayscale: #525252. Windows color (decimal): -14128315 or 4549416. OLE color: 4549416.

HSL color Cylindrical-coordinate representation of color #286B45: hue angle of 145.97º 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 #286B45 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB4010769-
CMYK0.6300.360.58
HSL145.97º45.58%28.82%-
HSV(B)145.97º62.62%41.96%-
XYZ7.2111.47.45-
YUV82.64120.397.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 107 (42.19% from 255) = 49.54%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=18.52%
G=49.54%
B=31.94%

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
Decimal40107690.6300.360.58145.9745.5828.82
Hex286B453F0243A922e1d
Octal5015310577044722225635
Binary1010001101011100010111111101001001110101001001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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