#285D41

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

Shades of Green Pea #285D41

Tints of Green Pea #285D41

Color information

#285D41 (or 0x285D41) is unknown color: approx Green Pea. HEX triplet: 28, 5D and 41. RGB value is (40,93,65). Sum of RGB (Red+Green+Blue) = 40+93+65=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #285D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D41 is #D7A2BE. Grayscale: #4A4A4A. Windows color (decimal): -14131903 or 4283688. OLE color: 4283688.

HSL color Cylindrical-coordinate representation of color #285D41: hue angle of 148.3º 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 #285D41 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB409365-
CMYK0.5700.300.64
HSL148.3º39.85%26.08%-
HSV(B)148.3º56.99%36.47%-
XYZ5.748.666.37-
YUV73.96122.94103.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=20.20%
G=46.97%
B=32.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4093650.5700.300.64148.339.8526.08
Hex285D413901E4094281a
Octal50135101710361002245032
Binary1010001011101100000111100101111010000001001010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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