Html Css Color HEX #1E2214 Rangoon Green

📋 copy color: '#1E2214'

red 30 ◦ green 34 ◦ blue 20

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

Shades of Rangoon Green #1E2214

Tints of Rangoon Green #1E2214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 40.48%

 BLUE value IS 20 (8.2% from 255) = 23.81%

R = 35.71%
G = 40.48%
B = 23.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#1E2214 (or 0x1E2214) is known color: Rangoon Green. HEX triplet: 1E, 22 and 14. RGB value is (30,34,20). Sum of RGB (Red+Green+Blue) = 30+34+20=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #1E2214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2214 is #E1DDEB. Grayscale: #1F1F1F. Windows color (decimal): -14802412 or 1319454. OLE color: 1319454.

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

Color convert

RGB 30 34 20 -
CMYK 0.12 0 0.41 0.87
HSL 77.14º 0.26% 0.11% -
HSV(B) 77.14º 0.41% 0.13% -
XYZ 1.23 1.47 0.88 -
YUV 31.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 30 34 20 0.12 0 0.41 0.87 77.14 0.26 0.11
Hex 1E 22 14 C 0 29 57 4D 1A B
Octal 36 42 24 14 0 51 127 115 32 13
Binary 11110 100010 10100 1100 0 101001 1010111 1001101 11010 1011

Color Harmonies of #1E2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2214

Black with #1E2214

Text Example


Text Example

White with #1E2214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,34,20); }

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

background-color css

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

 a { background-color: rgb(30,34,20); }

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

border-color css

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

 span { border-color: rgb(30,34,20); }

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