#285740

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

Shades of Green Pea #285740

Tints of Green Pea #285740

Color information

#285740 (or 0x285740) is unknown color: approx Green Pea. HEX triplet: 28, 57 and 40. RGB value is (40,87,64). Sum of RGB (Red+Green+Blue) = 40+87+64=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #285740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285740 is #D7A8BF. Grayscale: #464646. Windows color (decimal): -14133440 or 4216616. OLE color: 4216616.

HSL color Cylindrical-coordinate representation of color #285740: hue angle of 150.64º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285740 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB408764-
CMYK0.5400.260.66
HSL150.64º37.01%24.9%-
HSV(B)150.64º54.02%34.12%-
XYZ5.217.646.05-
YUV70.32124.43106.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=20.94%
G=45.55%
B=33.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4087640.5400.260.66150.6437.0124.9
Hex2857403601A42972519
Octal50127100660321022274531
Binary1010001010111100000011011001101010000101001011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285740; }

 p { color: rgb(40,87,64); }

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

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

 a { background-color: rgb(40,87,64); }

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

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

 span { border-color: rgb(40,87,64); }

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