#1E2312

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

Shades of Rangoon Green #1E2312

Tints of Rangoon Green #1E2312

Color information

#1E2312 (or 0x1E2312) is unknown color: approx Rangoon Green. HEX triplet: 1E, 23 and 12. RGB value is (30,35,18). Sum of RGB (Red+Green+Blue) = 30+35+18=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2312 is #E1DCED. Grayscale: #1F1F1F. Windows color (decimal): -14802158 or 1188638. OLE color: 1188638.

HSL color Cylindrical-coordinate representation of color #1E2312: hue angle of 77.65º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E2312 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB303518-
CMYK0.1400.490.86
HSL77.65º32.08%10.39%-
HSV(B)77.65º48.57%13.73%-
XYZ1.251.520.8-
YUV31.57120.34126.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.14%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=36.14%
G=42.17%
B=21.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3035180.1400.490.8677.6532.0810.39
Hex1E2312E031564e20a
Octal364322160611261164012
Binary111101000111001011100110001101011010011101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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