#286840

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

Shades of Green Pea #286840

Tints of Green Pea #286840

Color information

#286840 (or 0x286840) is unknown color: approx Green Pea. HEX triplet: 28, 68 and 40. RGB value is (40,104,64). Sum of RGB (Red+Green+Blue) = 40+104+64=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #286840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286840 is #D797BF. Grayscale: #505050. Windows color (decimal): -14129088 or 4220968. OLE color: 4220968.

HSL color Cylindrical-coordinate representation of color #286840: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286840 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB4010464-
CMYK0.6200.380.59
HSL142.5º44.44%28.24%-
HSV(B)142.5º61.54%40.78%-
XYZ6.7510.726.56-
YUV80.3118.899.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 104 (41.02% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=19.23%
G=50%
B=30.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104640.6200.380.59142.544.4428.24
Hex2868403E0263B8e2c1c
Octal5015010076046732165434
Binary1010001101000100000011111001001101110111000111010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286840; }

 p { color: rgb(40,104,64); }

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

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

 a { background-color: rgb(40,104,64); }

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

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

 span { border-color: rgb(40,104,64); }

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