#1E3B23

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

Shades of Gordons Green #1E3B23

Tints of Gordons Green #1E3B23

Color information

#1E3B23 (or 0x1E3B23) is unknown color: approx Gordons Green. HEX triplet: 1E, 3B and 23. RGB value is (30,59,35). Sum of RGB (Red+Green+Blue) = 30+59+35=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #1E3B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3B23 is #E1C4DC. Grayscale: #2F2F2F. Windows color (decimal): -14795997 or 2308894. OLE color: 2308894.

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

Color convert

RGB305935-
CMYK0.4900.410.77
HSL130.34º32.58%17.45%-
HSV(B)130.34º49.15%23.14%-
XYZ2.43.532.14-
YUV47.59120.89115.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 59 (23.44% from 255) = 47.58%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=24.19%
G=47.58%
B=28.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3059350.4900.410.77130.3432.5817.45
Hex1E3B23310294D822111
Octal367343610511152024121
Binary11110111011100011110001010100110011011000001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,59,35); }

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

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

 a { background-color: rgb(30,59,35); }

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

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

 span { border-color: rgb(30,59,35); }

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