Html Css Color HEX #0F1809 Pine Tree

📋 copy color: '#0F1809'

red 15 ◦ green 24 ◦ blue 9

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

Shades of Pine Tree #0F1809

Tints of Pine Tree #0F1809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 50%

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

R = 31.25%
G = 50%
B = 18.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#0F1809 (or 0x0F1809) is known color: Pine Tree. HEX triplet: 0F, 18 and 09. RGB value is (15,24,9). Sum of RGB (Red+Green+Blue) = 15+24+9=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1809 is #F0E7F6. Grayscale: #131313. Windows color (decimal): -15788023 or 595983. OLE color: 595983.

HSL color Cylindrical-coordinate representation of color #0F1809: hue angle of 96º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1809 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 24 9 -
CMYK 0.37 0 0.63 0.91
HSL 96º 0.45% 0.06% -
HSV(B) 96º 0.63% 0.09% -
XYZ 0.57 0.77 0.38 -
YUV 19.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 15 24 9 0.37 0 0.63 0.91 96 0.45 0.06
Hex F 18 9 25 0 3F 5B 60 2D 6
Octal 17 30 11 45 0 77 133 140 55 6
Binary 1111 11000 1001 100101 0 111111 1011011 1100000 101101 110

Color Harmonies of #0F1809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1809

Black with #0F1809

Text Example


Text Example

White with #0F1809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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