#0F1C08

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

Shades of Pine Tree #0F1C08

Tints of Pine Tree #0F1C08

Color information

#0F1C08 (or 0x0F1C08) is unknown color: approx Pine Tree. HEX triplet: 0F, 1C and 08. RGB value is (15,28,8). Sum of RGB (Red+Green+Blue) = 15+28+8=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C08 is #F0E3F7. Grayscale: #151515. Windows color (decimal): -15787000 or 531471. OLE color: 531471.

HSL color Cylindrical-coordinate representation of color #0F1C08: hue angle of 99º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1C08 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.

Color convert

RGB15288-
CMYK0.4600.710.89
HSL99º55.56%7.06%-
HSV(B)99º71.43%10.98%-
XYZ0.660.950.38-
YUV21.83120.19123.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 28 (11.33% from 255) = 54.90%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=29.41%
G=54.90%
B=15.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152880.4600.710.899955.567.06
HexF1C82E0475963387
Octal173410560107131143707
Binary11111110010001011100100011110110011100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,28,8); }

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

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

 a { background-color: rgb(15,28,8); }

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

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

 span { border-color: rgb(15,28,8); }

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