#1E3E32

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

Shades of Sherwood Green #1E3E32

Tints of Sherwood Green #1E3E32

Color information

#1E3E32 (or 0x1E3E32) is unknown color: approx Sherwood Green. HEX triplet: 1E, 3E and 32. RGB value is (30,62,50). Sum of RGB (Red+Green+Blue) = 30+62+50=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E32 is #E1C1CD. Grayscale: #333333. Windows color (decimal): -14795214 or 3292702. OLE color: 3292702.

HSL color Cylindrical-coordinate representation of color #1E3E32: hue angle of 157.5º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3E32 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB306250-
CMYK0.5200.190.76
HSL157.5º34.78%18.04%-
HSV(B)157.5º51.61%24.31%-
XYZ2.833.953.63-
YUV51.06127.4112.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 62 (24.61% from 255) = 43.66%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=21.13%
G=43.66%
B=35.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3062500.5200.190.76157.534.7818.04
Hex1E3E32340134C9e2312
Octal367662640231142364322
Binary1111011111011001011010001001110011001001111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,62,50); }

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

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

 a { background-color: rgb(30,62,50); }

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

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

 span { border-color: rgb(30,62,50); }

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