Html Css Color HEX #1E2310 Rangoon Green

📋 copy color: '#1E2310'

red 30 ◦ green 35 ◦ blue 16

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

Shades of Rangoon Green #1E2310

Tints of Rangoon Green #1E2310

RGB

 RED value IS 30 (12.11% from 255) = 37.04%

 GREEN value IS 35 (14.06% from 255) = 43.21%

 BLUE value IS 16 (6.64% from 255) = 19.75%

R = 37.04%
G = 43.21%
B = 19.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#1E2310 (or 0x1E2310) is known color: Rangoon Green. HEX triplet: 1E, 23 and 10. RGB value is (30,35,16). Sum of RGB (Red+Green+Blue) = 30+35+16=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2310 is #E1DCEF. Grayscale: #1F1F1F. Windows color (decimal): -14802160 or 1057566. OLE color: 1057566.

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

Color convert

RGB 30 35 16 -
CMYK 0.14 0 0.54 0.86
HSL 75.79º 0.37% 0.1% -
HSV(B) 75.79º 0.54% 0.14% -
XYZ 1.23 1.52 0.72 -
YUV 31.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 30 35 16 0.14 0 0.54 0.86 75.79 0.37 0.1
Hex 1E 23 10 E 0 36 56 4C 25 A
Octal 36 43 20 16 0 66 126 114 45 12
Binary 11110 100011 10000 1110 0 110110 1010110 1001100 100101 1010

Color Harmonies of #1E2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2310

Black with #1E2310

Text Example


Text Example

White with #1E2310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E2310;
 }
 .AnyTagClassName
 {
   color: #1E2310;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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