#0F1303

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

Shades of Rangoon Green #0F1303

Tints of Rangoon Green #0F1303

Color information

#0F1303 (or 0x0F1303) is unknown color: approx Rangoon Green. HEX triplet: 0F, 13 and 03. RGB value is (15,19,3). Sum of RGB (Red+Green+Blue) = 15+19+3=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #0F1303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1303 is #F0ECFC. Grayscale: #101010. Windows color (decimal): -15789309 or 201487. OLE color: 201487.

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

Color convert

RGB15193-
CMYK0.2100.840.93
HSL75º72.73%4.31%-
HSV(B)75º84.21%7.45%-
XYZ0.450.570.17-
YUV15.98120.67127.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 40.54%
GREEN value IS 19 (7.81% from 255) = 51.35%
BLUE value IS 3 (1.56% from 255) = 8.11%
R=40.54%
G=51.35%
B=8.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal151930.2100.840.937572.734.31
HexF133150545D4b494
Octal172332501241351131114
Binary111110011111010101010100101110110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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