#1E2410

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

Shades of Rangoon Green #1E2410

Tints of Rangoon Green #1E2410

Color information

#1E2410 (or 0x1E2410) is unknown color: approx Rangoon Green. HEX triplet: 1E, 24 and 10. RGB value is (30,36,16). Sum of RGB (Red+Green+Blue) = 30+36+16=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2410 is #E1DBEF. Grayscale: #202020. Windows color (decimal): -14801904 or 1057822. OLE color: 1057822.

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

Color convert

RGB303616-
CMYK0.1700.560.86
HSL78º38.46%10.2%-
HSV(B)78º55.56%14.12%-
XYZ1.261.580.73-
YUV31.93119.01126.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.59%
GREEN value IS 36 (14.45% from 255) = 43.90%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=36.59%
G=43.90%
B=19.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036160.1700.560.867838.4610.2
Hex1E241011038564e26a
Octal364420210701261164612
Binary1111010010010000100010111000101011010011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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