Html Css Color HEX #12140D Rangoon Green

📋 copy color: '#12140D'

red 18 ◦ green 20 ◦ blue 13

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

Shades of Rangoon Green #12140D

Tints of Rangoon Green #12140D

RGB

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

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

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

R = 35.29%
G = 39.22%
B = 25.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#12140D (or 0x12140D) is known color: Rangoon Green. HEX triplet: 12, 14 and 0D. RGB value is (18,20,13). Sum of RGB (Red+Green+Blue) = 18+20+13=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 20 - color contains mainly: green. Hex color #12140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140D is #EDEBF2. Grayscale: #121212. Windows color (decimal): -15592435 or 857106. OLE color: 857106.

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

Color convert

RGB 18 20 13 -
CMYK 0.10 0 0.35 0.92
HSL 77.14º 0.21% 0.06% -
HSV(B) 77.14º 0.35% 0.08% -
XYZ 0.57 0.66 0.48 -
YUV 18.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 18 20 13 0.10 0 0.35 0.92 77.14 0.21 0.06
Hex 12 14 D A 0 23 5C 4D 15 6
Octal 22 24 15 12 0 43 134 115 25 6
Binary 10010 10100 1101 1010 0 100011 1011100 1001101 10101 110

Color Harmonies of #12140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12140D

Black with #12140D

Text Example


Text Example

White with #12140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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