Html Css Color HEX #1E240E Rangoon Green

📋 copy color: '#1E240E'

red 30 ◦ green 36 ◦ blue 14

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

Shades of Rangoon Green #1E240E

Tints of Rangoon Green #1E240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 45%

 BLUE value IS 14 (5.86% from 255) = 17.5%

R = 37.5%
G = 45%
B = 17.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#1E240E (or 0x1E240E) is known color: Rangoon Green. HEX triplet: 1E, 24 and 0E. RGB value is (30,36,14). Sum of RGB (Red+Green+Blue) = 30+36+14=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #1E240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E240E is #E1DBF1. Grayscale: #1F1F1F. Windows color (decimal): -14801906 or 926750. OLE color: 926750.

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

Color convert

RGB 30 36 14 -
CMYK 0.17 0 0.61 0.86
HSL 76.36º 0.44% 0.1% -
HSV(B) 76.36º 0.61% 0.14% -
XYZ 1.25 1.57 0.65 -
YUV 31.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 30 36 14 0.17 0 0.61 0.86 76.36 0.44 0.1
Hex 1E 24 E 11 0 3D 56 4C 2C A
Octal 36 44 16 21 0 75 126 114 54 12
Binary 11110 100100 1110 10001 0 111101 1010110 1001100 101100 1010

Color Harmonies of #1E240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E240E

Black with #1E240E

Text Example


Text Example

White with #1E240E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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