Html Css Color HEX #0F1A09 Pine Tree

📋 copy color: '#0F1A09'

red 15 ◦ green 26 ◦ blue 9

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

Shades of Pine Tree #0F1A09

Tints of Pine Tree #0F1A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 52%

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

R = 30%
G = 52%
B = 18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#0F1A09 (or 0x0F1A09) is known color: Pine Tree. HEX triplet: 0F, 1A and 09. RGB value is (15,26,9). Sum of RGB (Red+Green+Blue) = 15+26+9=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 26 (10.55% from 255 or 52% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A09 is #F0E5F6. Grayscale: #141414. Windows color (decimal): -15787511 or 596495. OLE color: 596495.

HSL color Cylindrical-coordinate representation of color #0F1A09: hue angle of 98.82º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F1A09 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 26 9 -
CMYK 0.42 0 0.65 0.90
HSL 98.82º 0.49% 0.07% -
HSV(B) 98.82º 0.65% 0.1% -
XYZ 0.62 0.86 0.39 -
YUV 20.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 15 26 9 0.42 0 0.65 0.90 98.82 0.49 0.07
Hex F 1A 9 2A 0 41 5A 63 31 7
Octal 17 32 11 52 0 101 132 143 61 7
Binary 1111 11010 1001 101010 0 1000001 1011010 1100011 110001 111

Color Harmonies of #0F1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A09

Black with #0F1A09

Text Example


Text Example

White with #0F1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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