#286940

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

Shades of Green Pea #286940

Tints of Green Pea #286940

Color information

#286940 (or 0x286940) is unknown color: approx Green Pea. HEX triplet: 28, 69 and 40. RGB value is (40,105,64). Sum of RGB (Red+Green+Blue) = 40+105+64=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #286940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286940 is #D796BF. Grayscale: #505050. Windows color (decimal): -14128832 or 4221224. OLE color: 4221224.

HSL color Cylindrical-coordinate representation of color #286940: hue angle of 142.15º degrees, saturation: 0.45, 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 #286940 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB4010564-
CMYK0.6200.390.59
HSL142.15º44.83%28.43%-
HSV(B)142.15º61.9%41.18%-
XYZ6.8510.926.6-
YUV80.89118.4798.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=19.14%
G=50.24%
B=30.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105640.6200.390.59142.1544.8328.43
Hex2869403E0273B8e2d1c
Octal5015110076047732165534
Binary1010001101001100000011111001001111110111000111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286940; }

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

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

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

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

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

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

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

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