#286140

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

Shades of Green Pea #286140

Tints of Green Pea #286140

Color information

#286140 (or 0x286140) is unknown color: approx Green Pea. HEX triplet: 28, 61 and 40. RGB value is (40,97,64). Sum of RGB (Red+Green+Blue) = 40+97+64=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #286140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286140 is #D79EBF. Grayscale: #4C4C4C. Windows color (decimal): -14130880 or 4219176. OLE color: 4219176.

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

Color convert

RGB409764-
CMYK0.5900.340.62
HSL145.26º41.61%26.86%-
HSV(B)145.26º58.76%38.04%-
XYZ6.089.376.34-
YUV76.2121.12102.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=19.90%
G=48.26%
B=31.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097640.5900.340.62145.2641.6126.86
Hex2861403B0223E912a1b
Octal5014110073042762215233
Binary1010001100001100000011101101000101111101001000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286140; }

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

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

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

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

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

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

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

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