#1E2019

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

Shades of Rangoon Green #1E2019

Tints of Rangoon Green #1E2019

Color information

#1E2019 (or 0x1E2019) is unknown color: approx Rangoon Green. HEX triplet: 1E, 20 and 19. RGB value is (30,32,25). Sum of RGB (Red+Green+Blue) = 30+32+25=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 32 - color contains mainly: green. Hex color #1E2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2019 is #E1DFE6. Grayscale: #1E1E1E. Windows color (decimal): -14802919 or 1646622. OLE color: 1646622.

HSL color Cylindrical-coordinate representation of color #1E2019: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1E2019 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB303225-
CMYK0.0600.220.87
HSL77.14º12.28%11.18%-
HSV(B)77.14º21.88%12.55%-
XYZ1.231.381.12-
YUV30.6124.84127.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.48%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=34.48%
G=36.78%
B=28.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3032250.0600.220.8777.1412.2811.18
Hex1E20196016574dcb
Octal36403160261271151413
Binary11110100000110011100101101010111100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,32,25); }

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

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

 a { background-color: rgb(30,32,25); }

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

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

 span { border-color: rgb(30,32,25); }

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