#0F100C

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

Shades of Rangoon Green #0F100C

Tints of Rangoon Green #0F100C

Color information

#0F100C (or 0x0F100C) is unknown color: approx Rangoon Green. HEX triplet: 0F, 10 and 0C. RGB value is (15,16,12). Sum of RGB (Red+Green+Blue) = 15+16+12=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 16 - color contains mainly: green. Hex color #0F100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F100C is #F0EFF3. Grayscale: #0F0F0F. Windows color (decimal): -15790068 or 790543. OLE color: 790543.

HSL color Cylindrical-coordinate representation of color #0F100C: hue angle of 75º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0F100C is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB151612-
CMYK0.0600.250.94
HSL75º14.29%5.49%-
HSV(B)75º25%6.27%-
XYZ0.450.50.42-
YUV15.24126.17127.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.88%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=34.88%
G=37.21%
B=27.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1516120.0600.250.947514.295.49
HexF10C60195E4be5
Octal1720146031136113165
Binary1111100001100110011001101111010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,16,12); }

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

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

 a { background-color: rgb(15,16,12); }

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

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

 span { border-color: rgb(15,16,12); }

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