#286449

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

Shades of Green Pea #286449

Tints of Green Pea #286449

Color information

#286449 (or 0x286449) is unknown color: approx Green Pea. HEX triplet: 28, 64 and 49. RGB value is (40,100,73). Sum of RGB (Red+Green+Blue) = 40+100+73=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #286449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286449 is #D79BB6. Grayscale: #4F4F4F. Windows color (decimal): -14130103 or 4809768. OLE color: 4809768.

HSL color Cylindrical-coordinate representation of color #286449: hue angle of 153º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286449 is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB4010073-
CMYK0.600.270.61
HSL153º42.86%27.45%-
HSV(B)153º60%39.22%-
XYZ6.6310.057.89-
YUV78.98124.62100.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=18.78%
G=46.95%
B=34.27%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40100730.600.270.6115342.8627.45
Hex2864493C01B3D992b1b
Octal5014411174033752315333
Binary101000110010010010011111000110111111011001100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286449; }

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

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

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

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

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

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

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

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