#1E3621

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

Shades of Gordons Green #1E3621

Tints of Gordons Green #1E3621

Color information

#1E3621 (or 0x1E3621) is unknown color: approx Gordons Green. HEX triplet: 1E, 36 and 21. RGB value is (30,54,33). Sum of RGB (Red+Green+Blue) = 30+54+33=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3621 is #E1C9DE. Grayscale: #2C2C2C. Windows color (decimal): -14797279 or 2176542. OLE color: 2176542.

HSL color Cylindrical-coordinate representation of color #1E3621: hue angle of 127.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E3621 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB305433-
CMYK0.4400.390.79
HSL127.5º28.57%16.47%-
HSV(B)127.5º44.44%21.18%-
XYZ2.133.021.91-
YUV44.43121.55117.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.64%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=25.64%
G=46.15%
B=28.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054330.4400.390.79127.528.5716.47
Hex1E36212C0274F801d10
Octal366641540471172003520
Binary1111011011010000110110001001111001111100000001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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