Html Css Color HEX #0F1B0A Pine Tree

📋 copy color: '#0F1B0A'

red 15 ◦ green 27 ◦ blue 10

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

Shades of Pine Tree #0F1B0A

Tints of Pine Tree #0F1B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 51.92%

 BLUE value IS 10 (4.3% from 255) = 19.23%

R = 28.85%
G = 51.92%
B = 19.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#0F1B0A (or 0x0F1B0A) is known color: Pine Tree. HEX triplet: 0F, 1B and 0A. RGB value is (15,27,10). Sum of RGB (Red+Green+Blue) = 15+27+10=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B0A is #F0E4F5. Grayscale: #151515. Windows color (decimal): -15787254 or 662287. OLE color: 662287.

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

Color convert

RGB 15 27 10 -
CMYK 0.44 0 0.63 0.89
HSL 102.35º 0.46% 0.07% -
HSV(B) 102.35º 0.63% 0.11% -
XYZ 0.64 0.91 0.43 -
YUV 21.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 15 27 10 0.44 0 0.63 0.89 102.35 0.46 0.07
Hex F 1B A 2C 0 3F 59 66 2E 7
Octal 17 33 12 54 0 77 131 146 56 7
Binary 1111 11011 1010 101100 0 111111 1011001 1100110 101110 111

Color Harmonies of #0F1B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B0A

Black with #0F1B0A

Text Example


Text Example

White with #0F1B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,27,10); }

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

background-color css

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

 a { background-color: rgb(15,27,10); }

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

border-color css

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

 span { border-color: rgb(15,27,10); }

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