#1E3A22

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

Shades of Gordons Green #1E3A22

Tints of Gordons Green #1E3A22

Color information

#1E3A22 (or 0x1E3A22) is unknown color: approx Gordons Green. HEX triplet: 1E, 3A and 22. RGB value is (30,58,34). Sum of RGB (Red+Green+Blue) = 30+58+34=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #1E3A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3A22 is #E1C5DD. Grayscale: #2E2E2E. Windows color (decimal): -14796254 or 2243102. OLE color: 2243102.

HSL color Cylindrical-coordinate representation of color #1E3A22: hue angle of 128.57º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E3A22 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB305834-
CMYK0.4800.410.77
HSL128.57º31.82%17.25%-
HSV(B)128.57º48.28%22.75%-
XYZ2.343.422.05-
YUV46.89120.72115.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.59%
GREEN value IS 58 (23.05% from 255) = 47.54%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=24.59%
G=47.54%
B=27.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3058340.4800.410.77128.5731.8217.25
Hex1E3A22300294D812011
Octal367242600511152014021
Binary11110111010100010110000010100110011011000000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,58,34); }

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

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

 a { background-color: rgb(30,58,34); }

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

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

 span { border-color: rgb(30,58,34); }

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