#1E2214

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

Shades of Rangoon Green #1E2214

Tints of Rangoon Green #1E2214

Color information

#1E2214 (or 0x1E2214) is unknown color: approx 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

RGB303420-
CMYK0.1200.410.87
HSL77.14º25.93%10.59%-
HSV(B)77.14º41.18%13.33%-
XYZ1.231.470.88-
YUV31.21121.67127.14-

RGB Variations

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

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.20% from 255) = 23.81%
R=35.71%
G=40.48%
B=23.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3034200.1200.410.8777.1425.9310.59
Hex1E2214C029574d1ab
Octal364224140511271153213
Binary11110100010101001100010100110101111001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>