#286C42

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

Shades of Green Pea #286C42

Tints of Green Pea #286C42

Color information

#286C42 (or 0x286C42) is unknown color: approx Green Pea. HEX triplet: 28, 6C and 42. RGB value is (40,108,66). Sum of RGB (Red+Green+Blue) = 40+108+66=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #286C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286C42 is #D793BD. Grayscale: #525252. Windows color (decimal): -14128062 or 4353064. OLE color: 4353064.

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

Color convert

RGB4010866-
CMYK0.6300.390.58
HSL142.94º45.95%29.02%-
HSV(B)142.94º62.96%42.35%-
XYZ7.2211.577.01-
YUV82.88118.4797.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 108 (42.58% from 255) = 50.47%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=18.69%
G=50.47%
B=30.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40108660.6300.390.58142.9445.9529.02
Hex286C423F0273A8f2e1d
Octal5015410277047722175635
Binary1010001101100100001011111101001111110101000111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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