#1E240C

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

Shades of Rangoon Green #1E240C

Tints of Rangoon Green #1E240C

Color information

#1E240C (or 0x1E240C) is unknown color: approx Rangoon Green. HEX triplet: 1E, 24 and 0C. RGB value is (30,36,12). Sum of RGB (Red+Green+Blue) = 30+36+12=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #1E240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E240C is #E1DBF3. Grayscale: #1F1F1F. Windows color (decimal): -14801908 or 795678. OLE color: 795678.

HSL color Cylindrical-coordinate representation of color #1E240C: hue angle of 75º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E240C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB303612-
CMYK0.1700.670.86
HSL75º50%9.41%-
HSV(B)75º66.67%14.12%-
XYZ1.231.560.58-
YUV31.47117.01126.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.46%
GREEN value IS 36 (14.45% from 255) = 46.15%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=38.46%
G=46.15%
B=15.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036120.1700.670.8675509.41
Hex1E24C11043564b329
Octal3644142101031261136211
Binary1111010010011001000101000011101011010010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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