#1E2313

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

Shades of Rangoon Green #1E2313

Tints of Rangoon Green #1E2313

Color information

#1E2313 (or 0x1E2313) is unknown color: approx Rangoon Green. HEX triplet: 1E, 23 and 13. RGB value is (30,35,19). Sum of RGB (Red+Green+Blue) = 30+35+19=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2313 is #E1DCEC. Grayscale: #1F1F1F. Windows color (decimal): -14802157 or 1254174. OLE color: 1254174.

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

Color convert

RGB303519-
CMYK0.1400.460.86
HSL78.75º29.63%10.59%-
HSV(B)78.75º45.71%13.73%-
XYZ1.251.530.84-
YUV31.68120.84126.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=35.71%
G=41.67%
B=22.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3035190.1400.460.8678.7529.6310.59
Hex1E2313E02E564f1eb
Octal364323160561261173613
Binary11110100011100111110010111010101101001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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