#286149

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

Shades of Green Pea #286149

Tints of Green Pea #286149

Color information

#286149 (or 0x286149) is unknown color: approx Green Pea. HEX triplet: 28, 61 and 49. RGB value is (40,97,73). Sum of RGB (Red+Green+Blue) = 40+97+73=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #286149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286149 is #D79EB6. Grayscale: #4D4D4D. Windows color (decimal): -14130871 or 4809000. OLE color: 4809000.

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

Color convert

RGB409773-
CMYK0.5900.250.62
HSL154.74º41.61%26.86%-
HSV(B)154.74º58.76%38.04%-
XYZ6.359.487.8-
YUV77.22125.62101.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=19.05%
G=46.19%
B=34.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097730.5900.250.62154.7441.6126.86
Hex2861493B0193E9b2a1b
Octal5014111173031762335233
Binary101000110000110010011110110110011111101001101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286149; }

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

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

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

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

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

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

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

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