#1E250C

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

Shades of Rangoon Green #1E250C

Tints of Rangoon Green #1E250C

Color information

#1E250C (or 0x1E250C) is unknown color: approx Rangoon Green. HEX triplet: 1E, 25 and 0C. RGB value is (30,37,12). Sum of RGB (Red+Green+Blue) = 30+37+12=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #1E250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E250C is #E1DAF3. Grayscale: #202020. Windows color (decimal): -14801652 or 795934. OLE color: 795934.

HSL color Cylindrical-coordinate representation of color #1E250C: hue angle of 76.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E250C is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB303712-
CMYK0.1900.680.85
HSL76.8º51.02%9.61%-
HSV(B)76.8º67.57%14.51%-
XYZ1.261.630.6-
YUV32.06116.68126.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=37.97%
G=46.84%
B=15.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3037120.1900.680.8576.851.029.61
Hex1E25C13044554d33a
Octal3645142301041251156312
Binary1111010010111001001101000100101010110011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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