Html Css Color HEX #1E240F Rangoon Green

📋 copy color: '#1E240F'

red 30 ◦ green 36 ◦ blue 15

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

Shades of Rangoon Green #1E240F

Tints of Rangoon Green #1E240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.52%

R = 37.04%
G = 44.44%
B = 18.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#1E240F (or 0x1E240F) is known color: Rangoon Green. HEX triplet: 1E, 24 and 0F. RGB value is (30,36,15). Sum of RGB (Red+Green+Blue) = 30+36+15=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #1E240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E240F is #E1DBF0. Grayscale: #1F1F1F. Windows color (decimal): -14801905 or 992286. OLE color: 992286.

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

Color convert

RGB 30 36 15 -
CMYK 0.17 0 0.58 0.86
HSL 77.14º 0.41% 0.1% -
HSV(B) 77.14º 0.58% 0.14% -
XYZ 1.25 1.57 0.69 -
YUV 31.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 30 36 15 0.17 0 0.58 0.86 77.14 0.41 0.1
Hex 1E 24 F 11 0 3A 56 4D 29 A
Octal 36 44 17 21 0 72 126 115 51 12
Binary 11110 100100 1111 10001 0 111010 1010110 1001101 101001 1010

Color Harmonies of #1E240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E240F

Black with #1E240F

Text Example


Text Example

White with #1E240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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