Html Css Color HEX #1E230E Rangoon Green

📋 copy color: '#1E230E'

red 30 ◦ green 35 ◦ blue 14

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

Shades of Rangoon Green #1E230E

Tints of Rangoon Green #1E230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 44.3%

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

R = 37.97%
G = 44.3%
B = 17.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#1E230E (or 0x1E230E) is known color: 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

RGB 30 35 14 -
CMYK 0.14 0 0.60 0.86
HSL 74.29º 0.43% 0.1% -
HSV(B) 74.29º 0.6% 0.14% -
XYZ 1.22 1.51 0.64 -
YUV 31.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 30 35 14 0.14 0 0.60 0.86 74.29 0.43 0.1
Hex 1E 23 E E 0 3C 56 4A 2B A
Octal 36 43 16 16 0 74 126 112 53 12
Binary 11110 100011 1110 1110 0 111100 1010110 1001010 101011 1010

Color Harmonies of #1E230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E230E

Black with #1E230E

Text Example


Text Example

White with #1E230E

Text Example


Text Example

HTML Codes & Css Web 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>