#286B41

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

Shades of Green Pea #286B41

Tints of Green Pea #286B41

Color information

#286B41 (or 0x286B41) is unknown color: approx Green Pea. HEX triplet: 28, 6B and 41. RGB value is (40,107,65). Sum of RGB (Red+Green+Blue) = 40+107+65=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #286B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B41 is #D794BE. Grayscale: #525252. Windows color (decimal): -14128319 or 4287272. OLE color: 4287272.

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

Color convert

RGB4010765-
CMYK0.6300.390.58
HSL142.39º45.58%28.82%-
HSV(B)142.39º62.62%41.96%-
XYZ7.0911.356.82-
YUV82.18118.397.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 107 (42.19% from 255) = 50.47%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=18.87%
G=50.47%
B=30.66%

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
Decimal40107650.6300.390.58142.3945.5828.82
Hex286B413F0273A8e2e1d
Octal5015310177047722165635
Binary1010001101011100000111111101001111110101000111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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