#286046

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

Shades of Green Pea #286046

Tints of Green Pea #286046

Color information

#286046 (or 0x286046) is unknown color: approx Green Pea. HEX triplet: 28, 60 and 46. RGB value is (40,96,70). Sum of RGB (Red+Green+Blue) = 40+96+70=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #286046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286046 is #D79FB9. Grayscale: #4C4C4C. Windows color (decimal): -14131130 or 4612136. OLE color: 4612136.

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

Color convert

RGB409670-
CMYK0.5800.270.62
HSL152.14º41.18%26.67%-
HSV(B)152.14º58.33%37.65%-
XYZ6.169.267.26-
YUV76.29124.45102.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.42%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=19.42%
G=46.60%
B=33.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096700.5800.270.62152.1441.1826.67
Hex2860463A01B3E98291b
Octal5014010672033762305133
Binary101000110000010001101110100110111111101001100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286046; }

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

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

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

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

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

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

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

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