#286E46

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

Shades of Green Pea #286E46

Tints of Green Pea #286E46

Color information

#286E46 (or 0x286E46) is unknown color: approx Green Pea. HEX triplet: 28, 6E and 46. RGB value is (40,110,70). Sum of RGB (Red+Green+Blue) = 40+110+70=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #286E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E46 is #D791B9. Grayscale: #545454. Windows color (decimal): -14127546 or 4615720. OLE color: 4615720.

HSL color Cylindrical-coordinate representation of color #286E46: hue angle of 145.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E46 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB4011070-
CMYK0.6400.360.57
HSL145.71º46.67%29.41%-
HSV(B)145.71º63.64%43.14%-
XYZ7.5612.057.72-
YUV84.51119.8196.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 110 (43.36% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=18.18%
G=50%
B=31.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40110700.6400.360.57145.7146.6729.41
Hex286E464002439922f1d
Octal50156106100044712225735
Binary10100011011101000110100000001001001110011001001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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