#1E1F1B

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

Shades of Rangoon Green #1E1F1B

Tints of Rangoon Green #1E1F1B

Color information

#1E1F1B (or 0x1E1F1B) is unknown color: approx Rangoon Green. HEX triplet: 1E, 1F and 1B. RGB value is (30,31,27). Sum of RGB (Red+Green+Blue) = 30+31+27=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1F1B is #E1E0E4. Grayscale: #1E1E1E. Windows color (decimal): -14803173 or 1777438. OLE color: 1777438.

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

Color convert

RGB303127-
CMYK0.0300.130.88
HSL75º6.9%11.37%-
HSV(B)75º12.9%12.16%-
XYZ1.221.341.23-
YUV30.24126.17127.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.09%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=34.09%
G=35.23%
B=30.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3031270.0300.130.88756.911.37
Hex1E1F1B30D584b7b
Octal3637333015130113713
Binary1111011111110111101101101100010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,31,27); }

 H1.HeaderClassName
 {
   color: #1E1F1B;
 }
 .AnyTagClassName
 {
   color: #1E1F1B;
 }
</style>
background-color css

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

 a { background-color: rgb(30,31,27); }

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

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

 span { border-color: rgb(30,31,27); }

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