#286246

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

Shades of Green Pea #286246

Tints of Green Pea #286246

Color information

#286246 (or 0x286246) is unknown color: approx Green Pea. HEX triplet: 28, 62 and 46. RGB value is (40,98,70). Sum of RGB (Red+Green+Blue) = 40+98+70=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #286246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286246 is #D79DB9. Grayscale: #4D4D4D. Windows color (decimal): -14130618 or 4612648. OLE color: 4612648.

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

Color convert

RGB409870-
CMYK0.5900.290.62
HSL151.03º42.03%27.06%-
HSV(B)151.03º59.18%38.43%-
XYZ6.359.637.32-
YUV77.47123.78101.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=19.23%
G=47.12%
B=33.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4098700.5900.290.62151.0342.0327.06
Hex2862463B01D3E972a1b
Octal5014210673035762275233
Binary101000110001010001101110110111011111101001011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286246; }

 p { color: rgb(40,98,70); }

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

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

 a { background-color: rgb(40,98,70); }

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

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

 span { border-color: rgb(40,98,70); }

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