#12130F

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

Shades of Rangoon Green #12130F

Tints of Rangoon Green #12130F

Color information

#12130F (or 0x12130F) is unknown color: approx Rangoon Green. HEX triplet: 12, 13 and 0F. RGB value is (18,19,15). Sum of RGB (Red+Green+Blue) = 18+19+15=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 19 - color contains mainly: green. Hex color #12130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130F is #EDECF0. Grayscale: #121212. Windows color (decimal): -15592689 or 987922. OLE color: 987922.

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

Color convert

RGB181915-
CMYK0.0500.210.93
HSL75º11.76%6.67%-
HSV(B)75º21.05%7.45%-
XYZ0.570.630.54-
YUV18.24126.17127.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=34.62%
G=36.54%
B=28.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1819150.0500.210.937511.766.67
Hex1213F50155D4bc7
Octal2223175025135113147
Binary10010100111111101010101101110110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12130F; }

 p { color: rgb(18,19,15); }

 H1.HeaderClassName
 {
   color: #12130F;
 }
 .AnyTagClassName
 {
   color: #12130F;
 }
</style>
background-color css

<style>
 a { background-color: #12130F; }

 a { background-color: rgb(18,19,15); }

 div.DivClassName
 {
   background-color: #12130F;
 }
 .BgClassName
 {
   background-color: #12130F;
 }
</style>
border-color css

<style>
 span { border-color: #12130F; }

 span { border-color: rgb(18,19,15); }

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