#286649

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

Shades of Green Pea #286649

Tints of Green Pea #286649

Color information

#286649 (or 0x286649) is unknown color: approx Green Pea. HEX triplet: 28, 66 and 49. RGB value is (40,102,73). Sum of RGB (Red+Green+Blue) = 40+102+73=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #286649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286649 is #D799B6. Grayscale: #505050. Windows color (decimal): -14129591 or 4810280. OLE color: 4810280.

HSL color Cylindrical-coordinate representation of color #286649: hue angle of 151.94º 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 #286649 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB4010273-
CMYK0.6100.280.6
HSL151.94º43.66%27.84%-
HSV(B)151.94º60.78%40%-
XYZ6.8310.437.96-
YUV80.16123.9699.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=18.60%
G=47.44%
B=33.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102730.6100.280.6151.9443.6627.84
Hex2866493D01C3C982c1c
Octal5014611175034742305434
Binary101000110011010010011111010111001111001001100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286649; }

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

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

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

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

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

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

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

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