Html Css Color HEX #0F1709 Pine Tree

📋 copy color: '#0F1709'

red 15 ◦ green 23 ◦ blue 9

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

Shades of Pine Tree #0F1709

Tints of Pine Tree #0F1709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 48.94%

 BLUE value IS 9 (3.91% from 255) = 19.15%

R = 31.91%
G = 48.94%
B = 19.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.91

RGB Variations

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

Color information

#0F1709 (or 0x0F1709) is known color: Pine Tree. HEX triplet: 0F, 17 and 09. RGB value is (15,23,9). Sum of RGB (Red+Green+Blue) = 15+23+9=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1709 is #F0E8F6. Grayscale: #131313. Windows color (decimal): -15788279 or 595727. OLE color: 595727.

HSL color Cylindrical-coordinate representation of color #0F1709: hue angle of 94.29º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F1709 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 23 9 -
CMYK 0.35 0 0.61 0.91
HSL 94.29º 0.44% 0.06% -
HSV(B) 94.29º 0.61% 0.09% -
XYZ 0.55 0.73 0.37 -
YUV 19.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 15 23 9 0.35 0 0.61 0.91 94.29 0.44 0.06
Hex F 17 9 23 0 3D 5B 5E 2C 6
Octal 17 27 11 43 0 75 133 136 54 6
Binary 1111 10111 1001 100011 0 111101 1011011 1011110 101100 110

Color Harmonies of #0F1709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1709

Black with #0F1709

Text Example


Text Example

White with #0F1709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,23,9); }

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

background-color css

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

 a { background-color: rgb(15,23,9); }

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

border-color css

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

 span { border-color: rgb(15,23,9); }

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