#1E3F24

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

Shades of Gordons Green #1E3F24

Tints of Gordons Green #1E3F24

Color information

#1E3F24 (or 0x1E3F24) is unknown color: approx Gordons Green. HEX triplet: 1E, 3F and 24. RGB value is (30,63,36). Sum of RGB (Red+Green+Blue) = 30+63+36=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #1E3F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F24 is #E1C0DB. Grayscale: #323232. Windows color (decimal): -14794972 or 2375454. OLE color: 2375454.

HSL color Cylindrical-coordinate representation of color #1E3F24: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3F24 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB306336-
CMYK0.5200.430.75
HSL130.91º35.48%18.24%-
HSV(B)130.91º52.38%24.71%-
XYZ2.633.962.29-
YUV50.05120.07113.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.26%
GREEN value IS 63 (25% from 255) = 48.84%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=23.26%
G=48.84%
B=27.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3063360.5200.430.75130.9135.4818.24
Hex1E3F243402B4B832312
Octal367744640531132034322
Binary11110111111100100110100010101110010111000001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,63,36); }

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

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

 a { background-color: rgb(30,63,36); }

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

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

 span { border-color: rgb(30,63,36); }

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