#1E4C3D

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

Shades of Sherwood Green #1E4C3D

Tints of Sherwood Green #1E4C3D

Color information

#1E4C3D (or 0x1E4C3D) is unknown color: approx Sherwood Green. HEX triplet: 1E, 4C and 3D. RGB value is (30,76,61). Sum of RGB (Red+Green+Blue) = 30+76+61=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #1E4C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4C3D is #E1B3C2. Grayscale: #3C3C3C. Windows color (decimal): -14791619 or 4017182. OLE color: 4017182.

HSL color Cylindrical-coordinate representation of color #1E4C3D: hue angle of 160.43º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E4C3D is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB307661-
CMYK0.6100.200.70
HSL160.43º43.4%20.78%-
HSV(B)160.43º60.53%29.8%-
XYZ3.965.785.32-
YUV60.54128.26106.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.96%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=17.96%
G=45.51%
B=36.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3076610.6100.200.70160.4343.420.78
Hex1E4C3D3D01446a02b15
Octal3611475750241062405325
Binary11110100110011110111110101010010001101010000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,76,61); }

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

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

 a { background-color: rgb(30,76,61); }

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

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

 span { border-color: rgb(30,76,61); }

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