#286641

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

Shades of Green Pea #286641

Tints of Green Pea #286641

Color information

#286641 (or 0x286641) is unknown color: approx Green Pea. HEX triplet: 28, 66 and 41. RGB value is (40,102,65). Sum of RGB (Red+Green+Blue) = 40+102+65=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #286641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286641 is #D799BE. Grayscale: #4F4F4F. Windows color (decimal): -14129599 or 4285992. OLE color: 4285992.

HSL color Cylindrical-coordinate representation of color #286641: hue angle of 144.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286641 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB4010265-
CMYK0.6100.360.6
HSL144.19º43.66%27.84%-
HSV(B)144.19º60.78%40%-
XYZ6.5810.346.65-
YUV79.24119.96100.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=19.32%
G=49.28%
B=31.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102650.6100.360.6144.1943.6627.84
Hex2866413D0243C902c1c
Octal5014610175044742205434
Binary1010001100110100000111110101001001111001001000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286641; }

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

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

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

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

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

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

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

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