#285E2E

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

Shades of Parsley #285E2E

Tints of Parsley #285E2E

Color information

#285E2E (or 0x285E2E) is unknown color: approx Parsley. HEX triplet: 28, 5E and 2E. RGB value is (40,94,46). Sum of RGB (Red+Green+Blue) = 40+94+46=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #285E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E2E is #D7A1D1. Grayscale: #484848. Windows color (decimal): -14131666 or 3038760. OLE color: 3038760.

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

Color convert

RGB409446-
CMYK0.5700.510.63
HSL126.67º40.3%26.27%-
HSV(B)126.67º57.45%36.86%-
XYZ5.378.653.97-
YUV72.38113.11104.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 94 (37.11% from 255) = 52.22%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=22.22%
G=52.22%
B=25.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4094460.5700.510.63126.6740.326.27
Hex285E2E390333F7f281a
Octal501365671063771775032
Binary10100010111101011101110010110011111111111111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,46); }

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

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

 a { background-color: rgb(40,94,46); }

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

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

 span { border-color: rgb(40,94,46); }

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