Html Css Color HEX #12140C Rangoon Green

📋 copy color: '#12140C'

red 18 ◦ green 20 ◦ blue 12

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

Shades of Rangoon Green #12140C

Tints of Rangoon Green #12140C

RGB

 RED value IS 18 (7.42% from 255) = 36%

 GREEN value IS 20 (8.2% from 255) = 40%

 BLUE value IS 12 (5.08% from 255) = 24%

R = 36%
G = 40%
B = 24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#12140C (or 0x12140C) is known color: Rangoon Green. HEX triplet: 12, 14 and 0C. RGB value is (18,20,12). Sum of RGB (Red+Green+Blue) = 18+20+12=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 20 - color contains mainly: green. Hex color #12140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140C is #EDEBF3. Grayscale: #121212. Windows color (decimal): -15592436 or 791570. OLE color: 791570.

HSL color Cylindrical-coordinate representation of color #12140C: hue angle of 75º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12140C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 20 12 -
CMYK 0.10 0 0.40 0.92
HSL 75º 0.25% 0.06% -
HSV(B) 75º 0.4% 0.08% -
XYZ 0.57 0.66 0.44 -
YUV 18.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 18 20 12 0.10 0 0.40 0.92 75 0.25 0.06
Hex 12 14 C A 0 28 5C 4B 19 6
Octal 22 24 14 12 0 50 134 113 31 6
Binary 10010 10100 1100 1010 0 101000 1011100 1001011 11001 110

Color Harmonies of #12140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12140C

Black with #12140C

Text Example


Text Example

White with #12140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12140C; }

 p { color: rgb(18,20,12); }

 H1.HeaderClassName
 {
   color: #12140C;
 }
 .AnyTagClassName
 {
   color: #12140C;
 }
</style>

background-color css

<style>
 a { background-color: #12140C; }

 a { background-color: rgb(18,20,12); }

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

border-color css

<style>
 span { border-color: #12140C; }

 span { border-color: rgb(18,20,12); }

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