Html Css Color HEX #1E240D Rangoon Green

📋 copy color: '#1E240D'

red 30 ◦ green 36 ◦ blue 13

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

Shades of Rangoon Green #1E240D

Tints of Rangoon Green #1E240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.46%

R = 37.97%
G = 45.57%
B = 16.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#1E240D (or 0x1E240D) is known color: Rangoon Green. HEX triplet: 1E, 24 and 0D. RGB value is (30,36,13). Sum of RGB (Red+Green+Blue) = 30+36+13=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #1E240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E240D is #E1DBF2. Grayscale: #1F1F1F. Windows color (decimal): -14801907 or 861214. OLE color: 861214.

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

Color convert

RGB 30 36 13 -
CMYK 0.17 0 0.64 0.86
HSL 75.65º 0.47% 0.1% -
HSV(B) 75.65º 0.64% 0.14% -
XYZ 1.24 1.57 0.62 -
YUV 31.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 30 36 13 0.17 0 0.64 0.86 75.65 0.47 0.1
Hex 1E 24 D 11 0 40 56 4C 2F A
Octal 36 44 15 21 0 100 126 114 57 12
Binary 11110 100100 1101 10001 0 1000000 1010110 1001100 101111 1010

Color Harmonies of #1E240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E240D

Black with #1E240D

Text Example


Text Example

White with #1E240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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