Html Css Color HEX #1E2019 Rangoon Green

📋 copy color: '#1E2019'

red 30 ◦ green 32 ◦ blue 25

#1E2019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #1E2019

Tints of Rangoon Green #1E2019

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 value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.87

RGB Variations

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

Color information

#1E2019 (or 0x1E2019) is known color: 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

RGB 30 32 25 -
CMYK 0.06 0 0.22 0.87
HSL 77.14º 0.12% 0.11% -
HSV(B) 77.14º 0.22% 0.13% -
XYZ 1.23 1.38 1.12 -
YUV 30.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 30 32 25 0.06 0 0.22 0.87 77.14 0.12 0.11
Hex 1E 20 19 6 0 16 57 4D C B
Octal 36 40 31 6 0 26 127 115 14 13
Binary 11110 100000 11001 110 0 10110 1010111 1001101 1100 1011

Color Harmonies of #1E2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2019

Black with #1E2019

Text Example


Text Example

White with #1E2019

Text Example


Text Example

HTML Codes & Css Web 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>