#286546

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

Shades of Green Pea #286546

Tints of Green Pea #286546

Color information

#286546 (or 0x286546) is unknown color: approx Green Pea. HEX triplet: 28, 65 and 46. RGB value is (40,101,70). Sum of RGB (Red+Green+Blue) = 40+101+70=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #286546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286546 is #D79AB9. Grayscale: #4F4F4F. Windows color (decimal): -14129850 or 4613416. OLE color: 4613416.

HSL color Cylindrical-coordinate representation of color #286546: hue angle of 149.51º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286546 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB4010170-
CMYK0.6000.310.60
HSL149.51º43.26%27.65%-
HSV(B)149.51º60.4%39.61%-
XYZ6.6310.27.41-
YUV79.23122.79100.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 101 (39.84% from 255) = 47.87%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=18.96%
G=47.87%
B=33.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40101700.6000.310.60149.5143.2627.65
Hex2865463C01F3C962b1c
Octal5014510674037742265334
Binary101000110010110001101111000111111111001001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286546; }

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

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

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

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

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

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

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

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