#286042

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

Shades of Green Pea #286042

Tints of Green Pea #286042

Color information

#286042 (or 0x286042) is unknown color: approx Green Pea. HEX triplet: 28, 60 and 42. RGB value is (40,96,66). Sum of RGB (Red+Green+Blue) = 40+96+66=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #286042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286042 is #D79FBD. Grayscale: #4B4B4B. Windows color (decimal): -14131134 or 4349992. OLE color: 4349992.

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

Color convert

RGB409666-
CMYK0.5800.310.62
HSL147.86º41.18%26.67%-
HSV(B)147.86º58.33%37.65%-
XYZ6.049.216.61-
YUV75.84122.45102.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=19.80%
G=47.52%
B=32.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096660.5800.310.62147.8641.1826.67
Hex2860423A01F3E94291b
Octal5014010272037762245133
Binary101000110000010000101110100111111111101001010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286042; }

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

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

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

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

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

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

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

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