Html Css Color HEX #0F180B Pine Tree

📋 copy color: '#0F180B'

red 15 ◦ green 24 ◦ blue 11

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

Shades of Pine Tree #0F180B

Tints of Pine Tree #0F180B

RGB

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

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

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

R = 30%
G = 48%
B = 22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#0F180B (or 0x0F180B) is known color: Pine Tree. HEX triplet: 0F, 18 and 0B. RGB value is (15,24,11). Sum of RGB (Red+Green+Blue) = 15+24+11=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180B is #F0E7F4. Grayscale: #131313. Windows color (decimal): -15788021 or 727055. OLE color: 727055.

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

Color convert

RGB 15 24 11 -
CMYK 0.37 0 0.54 0.91
HSL 101.54º 0.37% 0.07% -
HSV(B) 101.54º 0.54% 0.09% -
XYZ 0.58 0.78 0.44 -
YUV 19.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 15 24 11 0.37 0 0.54 0.91 101.54 0.37 0.07
Hex F 18 B 25 0 36 5B 66 25 7
Octal 17 30 13 45 0 66 133 146 45 7
Binary 1111 11000 1011 100101 0 110110 1011011 1100110 100101 111

Color Harmonies of #0F180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F180B

Black with #0F180B

Text Example


Text Example

White with #0F180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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