Html Css Color HEX #0E1202 Rangoon Green

📋 copy color: '#0E1202'

red 14 ◦ green 18 ◦ blue 2

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

Shades of Rangoon Green #0E1202

Tints of Rangoon Green #0E1202

RGB

 RED value IS 14 (5.86% from 255) = 41.18%

 GREEN value IS 18 (7.42% from 255) = 52.94%

 BLUE value IS 2 (1.17% from 255) = 5.88%

R = 41.18%
G = 52.94%
B = 5.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#0E1202 (or 0x0E1202) is known color: Rangoon Green. HEX triplet: 0E, 12 and 02. RGB value is (14,18,2). Sum of RGB (Red+Green+Blue) = 14+18+2=34 (4% of max value = 765). Red value is 14 (5.86% from 255 or 41.18% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #0E1202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1202 is #F1EDFD. Grayscale: #0F0F0F. Windows color (decimal): -15855102 or 135694. OLE color: 135694.

HSL color Cylindrical-coordinate representation of color #0E1202: hue angle of 75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1202 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 18 2 -
CMYK 0.22 0 0.89 0.93
HSL 75º 0.8% 0.04% -
HSV(B) 75º 0.89% 0.07% -
XYZ 0.41 0.53 0.14 -
YUV 14.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 14 18 2 0.22 0 0.89 0.93 75 0.8 0.04
Hex E 12 2 16 0 59 5D 4B 50 4
Octal 16 22 2 26 0 131 135 113 120 4
Binary 1110 10010 10 10110 0 1011001 1011101 1001011 1010000 100

Color Harmonies of #0E1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1202

Black with #0E1202

Text Example


Text Example

White with #0E1202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E1202; }

 p { color: rgb(14,18,2); }

 H1.HeaderClassName
 {
   color: #0E1202;
 }
 .AnyTagClassName
 {
   color: #0E1202;
 }
</style>

background-color css

<style>
 a { background-color: #0E1202; }

 a { background-color: rgb(14,18,2); }

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

border-color css

<style>
 span { border-color: #0E1202; }

 span { border-color: rgb(14,18,2); }

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