#285D3F

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

Shades of Green Pea #285D3F

Tints of Green Pea #285D3F

Color information

#285D3F (or 0x285D3F) is unknown color: approx Green Pea. HEX triplet: 28, 5D and 3F. RGB value is (40,93,63). Sum of RGB (Red+Green+Blue) = 40+93+63=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #285D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D3F is #D7A2C0. Grayscale: #494949. Windows color (decimal): -14131905 or 4152616. OLE color: 4152616.

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

Color convert

RGB409363-
CMYK0.5700.320.64
HSL146.04º39.85%26.08%-
HSV(B)146.04º56.99%36.47%-
XYZ5.698.646.07-
YUV73.73121.94103.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 63 (25% from 255) = 32.14%
R=20.41%
G=47.45%
B=32.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4093630.5700.320.64146.0439.8526.08
Hex285D3F390204092281a
Octal5013577710401002225032
Binary1010001011101111111111001010000010000001001001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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