#285D40

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

Shades of Green Pea #285D40

Tints of Green Pea #285D40

Color information

#285D40 (or 0x285D40) is unknown color: approx Green Pea. HEX triplet: 28, 5D and 40. RGB value is (40,93,64). Sum of RGB (Red+Green+Blue) = 40+93+64=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #285D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D40 is #D7A2BF. Grayscale: #494949. Windows color (decimal): -14131904 or 4218152. OLE color: 4218152.

HSL color Cylindrical-coordinate representation of color #285D40: hue angle of 147.17º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D40 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB409364-
CMYK0.5700.310.64
HSL147.17º39.85%26.08%-
HSV(B)147.17º56.99%36.47%-
XYZ5.718.656.22-
YUV73.85122.44103.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=20.30%
G=47.21%
B=32.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4093640.5700.310.64147.1739.8526.08
Hex285D403901F4093281a
Octal50135100710371002235032
Binary1010001011101100000011100101111110000001001001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285D40; }

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

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

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

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

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

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

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

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