Html Css Color HEX #0F150B Pine Tree

📋 copy color: '#0F150B'

red 15 ◦ green 21 ◦ blue 11

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

Shades of Pine Tree #0F150B

Tints of Pine Tree #0F150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 44.68%

 BLUE value IS 11 (4.69% from 255) = 23.4%

R = 31.91%
G = 44.68%
B = 23.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#0F150B (or 0x0F150B) is known color: Pine Tree. HEX triplet: 0F, 15 and 0B. RGB value is (15,21,11). Sum of RGB (Red+Green+Blue) = 15+21+11=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #0F150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F150B is #F0EAF4. Grayscale: #121212. Windows color (decimal): -15788789 or 726287. OLE color: 726287.

HSL color Cylindrical-coordinate representation of color #0F150B: hue angle of 96º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F150B is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 21 11 -
CMYK 0.29 0 0.48 0.92
HSL 96º 0.31% 0.06% -
HSV(B) 96º 0.48% 0.08% -
XYZ 0.53 0.66 0.42 -
YUV 18.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 15 21 11 0.29 0 0.48 0.92 96 0.31 0.06
Hex F 15 B 1D 0 30 5C 60 1F 6
Octal 17 25 13 35 0 60 134 140 37 6
Binary 1111 10101 1011 11101 0 110000 1011100 1100000 11111 110

Color Harmonies of #0F150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F150B

Black with #0F150B

Text Example


Text Example

White with #0F150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,21,11); }

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

background-color css

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

 a { background-color: rgb(15,21,11); }

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

border-color css

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

 span { border-color: rgb(15,21,11); }

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