#1E3821

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

Shades of Gordons Green #1E3821

Tints of Gordons Green #1E3821

Color information

#1E3821 (or 0x1E3821) is unknown color: approx Gordons Green. HEX triplet: 1E, 38 and 21. RGB value is (30,56,33). Sum of RGB (Red+Green+Blue) = 30+56+33=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3821 is #E1C7DE. Grayscale: #2D2D2D. Windows color (decimal): -14796767 or 2177054. OLE color: 2177054.

HSL color Cylindrical-coordinate representation of color #1E3821: hue angle of 126.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E3821 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB305633-
CMYK0.4600.410.78
HSL126.92º30.23%16.86%-
HSV(B)126.92º46.43%21.96%-
XYZ2.223.211.94-
YUV45.6120.89116.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.21%
GREEN value IS 56 (22.27% from 255) = 47.06%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=25.21%
G=47.06%
B=27.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3056330.4600.410.78126.9230.2316.86
Hex1E38212E0294E7f1e11
Octal367041560511161773621
Binary111101110001000011011100101001100111011111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,56,33); }

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

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

 a { background-color: rgb(30,56,33); }

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

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

 span { border-color: rgb(30,56,33); }

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