#1E230E

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

Shades of Rangoon Green #1E230E

Tints of Rangoon Green #1E230E

Color information

#1E230E (or 0x1E230E) is unknown color: approx Rangoon Green. HEX triplet: 1E, 23 and 0E. RGB value is (30,35,14). Sum of RGB (Red+Green+Blue) = 30+35+14=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #1E230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E230E is #E1DCF1. Grayscale: #1F1F1F. Windows color (decimal): -14802162 or 926494. OLE color: 926494.

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

Color convert

RGB303514-
CMYK0.1400.600.86
HSL74.29º42.86%9.61%-
HSV(B)74.29º60%13.73%-
XYZ1.221.510.64-
YUV31.11118.34127.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=37.97%
G=44.30%
B=17.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3035140.1400.600.8674.2942.869.61
Hex1E23EE03C564a2ba
Octal364316160741261125312
Binary11110100011111011100111100101011010010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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