#286C46

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

Shades of Green Pea #286C46

Tints of Green Pea #286C46

Color information

#286C46 (or 0x286C46) is unknown color: approx Green Pea. HEX triplet: 28, 6C and 46. RGB value is (40,108,70). Sum of RGB (Red+Green+Blue) = 40+108+70=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #286C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286C46 is #D793B9. Grayscale: #535353. Windows color (decimal): -14128058 or 4615208. OLE color: 4615208.

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

Color convert

RGB4010870-
CMYK0.6300.350.58
HSL146.47º45.95%29.02%-
HSV(B)146.47º62.96%42.35%-
XYZ7.3411.627.65-
YUV83.34120.4797.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 108 (42.58% from 255) = 49.54%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=18.35%
G=49.54%
B=32.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40108700.6300.350.58146.4745.9529.02
Hex286C463F0233A922e1d
Octal5015410677043722225635
Binary1010001101100100011011111101000111110101001001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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