#1E3922

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

Shades of Gordons Green #1E3922

Tints of Gordons Green #1E3922

Color information

#1E3922 (or 0x1E3922) is unknown color: approx Gordons Green. HEX triplet: 1E, 39 and 22. RGB value is (30,57,34). Sum of RGB (Red+Green+Blue) = 30+57+34=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3922 is #E1C6DD. Grayscale: #2E2E2E. Windows color (decimal): -14796510 or 2242846. OLE color: 2242846.

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

Color convert

RGB305734-
CMYK0.4700.400.78
HSL128.89º31.03%17.06%-
HSV(B)128.89º47.37%22.35%-
XYZ2.293.322.03-
YUV46.3121.05116.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 34 (13.67% from 255) = 28.10%
R=24.79%
G=47.11%
B=28.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3057340.4700.400.78128.8931.0317.06
Hex1E39222F0284E811f11
Octal367142570501162013721
Binary1111011100110001010111101010001001110100000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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