#1E5526

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

Shades of Parsley #1E5526

Tints of Parsley #1E5526

Color information

#1E5526 (or 0x1E5526) is unknown color: approx Parsley. HEX triplet: 1E, 55 and 26. RGB value is (30,85,38). Sum of RGB (Red+Green+Blue) = 30+85+38=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5526 is #E1AAD9. Grayscale: #3F3F3F. Windows color (decimal): -14789338 or 2512158. OLE color: 2512158.

HSL color Cylindrical-coordinate representation of color #1E5526: hue angle of 128.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5526 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB308538-
CMYK0.6500.550.67
HSL128.73º47.83%22.55%-
HSV(B)128.73º64.71%33.33%-
XYZ4.136.912.95-
YUV63.2113.78104.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.61%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=19.61%
G=55.56%
B=24.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085380.6500.550.67128.7347.8322.55
Hex1E55264103743813017
Octal36125461010671032016027
Binary1111010101011001101000001011011110000111000000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E5526; }

 p { color: rgb(30,85,38); }

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

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

 a { background-color: rgb(30,85,38); }

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

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

 span { border-color: rgb(30,85,38); }

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