#1E240B

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

Shades of Rangoon Green #1E240B

Tints of Rangoon Green #1E240B

Color information

#1E240B (or 0x1E240B) is unknown color: approx Rangoon Green. HEX triplet: 1E, 24 and 0B. RGB value is (30,36,11). Sum of RGB (Red+Green+Blue) = 30+36+11=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #1E240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E240B is #E1DBF4. Grayscale: #1F1F1F. Windows color (decimal): -14801909 or 730142. OLE color: 730142.

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

Color convert

RGB303611-
CMYK0.1700.690.86
HSL74.4º53.19%9.22%-
HSV(B)74.4º69.44%14.12%-
XYZ1.231.560.55-
YUV31.36116.51127.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.96%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=38.96%
G=46.75%
B=14.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036110.1700.690.8674.453.199.22
Hex1E24B11045564a359
Octal3644132101051261126511
Binary1111010010010111000101000101101011010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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