#12140D

Color #12140D Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #12140D

Tints of Rangoon Green #12140D

Color information

#12140D (or 0x12140D) is unknown color: approx 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

RGB182013-
CMYK0.1000.350.92
HSL77.14º21.21%6.47%-
HSV(B)77.14º35%7.84%-
XYZ0.570.660.48-
YUV18.6124.84127.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1820130.1000.350.9277.1421.216.47
Hex1214DA0235C4d156
Octal22241512043134115256
Binary10010101001101101001000111011100100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>