#0F1903

Color #0F1903 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #0F1903

Tints of Pine Tree #0F1903

Color information

#0F1903 (or 0x0F1903) is unknown color: approx Pine Tree. HEX triplet: 0F, 19 and 03. RGB value is (15,25,3). Sum of RGB (Red+Green+Blue) = 15+25+3=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1903 is #F0E6FC. Grayscale: #131313. Windows color (decimal): -15787773 or 203023. OLE color: 203023.

HSL color Cylindrical-coordinate representation of color #0F1903: hue angle of 87.27º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F1903 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.

Color convert

RGB15253-
CMYK0.4000.880.90
HSL87.27º78.57%5.49%-
HSV(B)87.27º88%9.8%-
XYZ0.560.80.21-
YUV19.5118.69124.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.88%
GREEN value IS 25 (10.16% from 255) = 58.14%
BLUE value IS 3 (1.56% from 255) = 6.98%
R=34.88%
G=58.14%
B=6.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal152530.4000.880.9087.2778.575.49
HexF193280585A574f5
Octal173135001301321271175
Binary1111110011110100001011000101101010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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