#1E250B

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

Shades of Rangoon Green #1E250B

Tints of Rangoon Green #1E250B

Color information

#1E250B (or 0x1E250B) is unknown color: approx Rangoon Green. HEX triplet: 1E, 25 and 0B. RGB value is (30,37,11). Sum of RGB (Red+Green+Blue) = 30+37+11=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1E250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E250B is #E1DAF4. Grayscale: #202020. Windows color (decimal): -14801653 or 730398. OLE color: 730398.

HSL color Cylindrical-coordinate representation of color #1E250B: hue angle of 76.15º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E250B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB303711-
CMYK0.1900.700.85
HSL76.15º54.17%9.41%-
HSV(B)76.15º70.27%14.51%-
XYZ1.261.620.56-
YUV31.94116.18126.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.46%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=38.46%
G=47.44%
B=14.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3037110.1900.700.8576.1554.179.41
Hex1E25B13046554c369
Octal3645132301061251146611
Binary1111010010110111001101000110101010110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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