Html Css Color HEX #0F1508 Pine Tree

📋 copy color: '#0F1508'

red 15 ◦ green 21 ◦ blue 8

#0F1508
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #0F1508

Tints of Pine Tree #0F1508

RGB

 RED value IS 15 (6.25% from 255) = 34.09%

 GREEN value IS 21 (8.59% from 255) = 47.73%

 BLUE value IS 8 (3.52% from 255) = 18.18%

R = 34.09%
G = 47.73%
B = 18.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#0F1508 (or 0x0F1508) is known color: Pine Tree. HEX triplet: 0F, 15 and 08. RGB value is (15,21,8). Sum of RGB (Red+Green+Blue) = 15+21+8=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1508 is #F0EAF7. Grayscale: #111111. Windows color (decimal): -15788792 or 529679. OLE color: 529679.

HSL color Cylindrical-coordinate representation of color #0F1508: hue angle of 87.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1508 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 21 8 -
CMYK 0.29 0 0.62 0.92
HSL 87.69º 0.45% 0.06% -
HSV(B) 87.69º 0.62% 0.08% -
XYZ 0.51 0.66 0.33 -
YUV 17.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 15 21 8 0.29 0 0.62 0.92 87.69 0.45 0.06
Hex F 15 8 1D 0 3E 5C 58 2D 6
Octal 17 25 10 35 0 76 134 130 55 6
Binary 1111 10101 1000 11101 0 111110 1011100 1011000 101101 110

Color Harmonies of #0F1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1508

Black with #0F1508

Text Example


Text Example

White with #0F1508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F1508;
 }
 .AnyTagClassName
 {
   color: #0F1508;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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