#286048

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

Shades of Green Pea #286048

Tints of Green Pea #286048

Color information

#286048 (or 0x286048) is unknown color: approx Green Pea. HEX triplet: 28, 60 and 48. RGB value is (40,96,72). Sum of RGB (Red+Green+Blue) = 40+96+72=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #286048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286048 is #D79FB7. Grayscale: #4C4C4C. Windows color (decimal): -14131128 or 4743208. OLE color: 4743208.

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

Color convert

RGB409672-
CMYK0.5800.250.62
HSL154.29º41.18%26.67%-
HSV(B)154.29º58.33%37.65%-
XYZ6.239.287.59-
YUV76.52125.45101.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=19.23%
G=46.15%
B=34.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096720.5800.250.62154.2941.1826.67
Hex2860483A0193E9a291b
Octal5014011072031762325133
Binary101000110000010010001110100110011111101001101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286048; }

 p { color: rgb(40,96,72); }

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

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

 a { background-color: rgb(40,96,72); }

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

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

 span { border-color: rgb(40,96,72); }

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