Html Css Color HEX #1E2312 Rangoon Green

📋 copy color: '#1E2312'

red 30 ◦ green 35 ◦ blue 18

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

Shades of Rangoon Green #1E2312

Tints of Rangoon Green #1E2312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.69%

R = 36.14%
G = 42.17%
B = 21.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#1E2312 (or 0x1E2312) is known color: Rangoon Green. HEX triplet: 1E, 23 and 12. RGB value is (30,35,18). Sum of RGB (Red+Green+Blue) = 30+35+18=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2312 is #E1DCED. Grayscale: #1F1F1F. Windows color (decimal): -14802158 or 1188638. OLE color: 1188638.

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

Color convert

RGB 30 35 18 -
CMYK 0.14 0 0.49 0.86
HSL 77.65º 0.32% 0.1% -
HSV(B) 77.65º 0.49% 0.14% -
XYZ 1.25 1.52 0.8 -
YUV 31.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 30 35 18 0.14 0 0.49 0.86 77.65 0.32 0.1
Hex 1E 23 12 E 0 31 56 4E 20 A
Octal 36 43 22 16 0 61 126 116 40 12
Binary 11110 100011 10010 1110 0 110001 1010110 1001110 100000 1010

Color Harmonies of #1E2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2312

Black with #1E2312

Text Example


Text Example

White with #1E2312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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