Html Css Color HEX #0F1D09 Pine Tree

📋 copy color: '#0F1D09'

red 15 ◦ green 29 ◦ blue 9

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

Shades of Pine Tree #0F1D09

Tints of Pine Tree #0F1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 54.72%

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

R = 28.3%
G = 54.72%
B = 16.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#0F1D09 (or 0x0F1D09) is known color: Pine Tree. HEX triplet: 0F, 1D and 09. RGB value is (15,29,9). Sum of RGB (Red+Green+Blue) = 15+29+9=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D09 is #F0E2F6. Grayscale: #161616. Windows color (decimal): -15786743 or 597263. OLE color: 597263.

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

Color convert

RGB 15 29 9 -
CMYK 0.48 0 0.69 0.89
HSL 102º 0.53% 0.07% -
HSV(B) 102º 0.69% 0.11% -
XYZ 0.69 1 0.42 -
YUV 22.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 15 29 9 0.48 0 0.69 0.89 102 0.53 0.07
Hex F 1D 9 30 0 45 59 66 35 7
Octal 17 35 11 60 0 105 131 146 65 7
Binary 1111 11101 1001 110000 0 1000101 1011001 1100110 110101 111

Color Harmonies of #0F1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1D09

Black with #0F1D09

Text Example


Text Example

White with #0F1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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