#0F1402

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

Shades of Pine Tree #0F1402

Tints of Pine Tree #0F1402

Color information

#0F1402 (or 0x0F1402) is unknown color: approx Pine Tree. HEX triplet: 0F, 14 and 02. RGB value is (15,20,2). Sum of RGB (Red+Green+Blue) = 15+20+2=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #0F1402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1402 is #F0EBFD. Grayscale: #101010. Windows color (decimal): -15789054 or 136207. OLE color: 136207.

HSL color Cylindrical-coordinate representation of color #0F1402: hue angle of 76.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1402 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB15202-
CMYK0.2500.900.92
HSL76.67º81.82%4.31%-
HSV(B)76.67º90%7.84%-
XYZ0.460.610.15-
YUV16.45119.84126.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 40.54%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=40.54%
G=54.05%
B=5.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal152020.2500.900.9276.6781.824.31
HexF1421905A5C4d524
Octal172423101321341151224
Binary111110100101100101011010101110010011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,20,2); }

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

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

 a { background-color: rgb(15,20,2); }

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

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

 span { border-color: rgb(15,20,2); }

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