Html Css Color HEX #0F1B08 Pine Tree

📋 copy color: '#0F1B08'

red 15 ◦ green 27 ◦ blue 8

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

Shades of Pine Tree #0F1B08

Tints of Pine Tree #0F1B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 16%

R = 30%
G = 54%
B = 16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.89

RGB Variations

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

Color information

#0F1B08 (or 0x0F1B08) is known color: Pine Tree. HEX triplet: 0F, 1B and 08. RGB value is (15,27,8). Sum of RGB (Red+Green+Blue) = 15+27+8=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B08 is #F0E4F7. Grayscale: #151515. Windows color (decimal): -15787256 or 531215. OLE color: 531215.

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

Color convert

RGB 15 27 8 -
CMYK 0.44 0 0.70 0.89
HSL 97.89º 0.54% 0.07% -
HSV(B) 97.89º 0.7% 0.11% -
XYZ 0.63 0.9 0.37 -
YUV 21.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 15 27 8 0.44 0 0.70 0.89 97.89 0.54 0.07
Hex F 1B 8 2C 0 46 59 62 36 7
Octal 17 33 10 54 0 106 131 142 66 7
Binary 1111 11011 1000 101100 0 1000110 1011001 1100010 110110 111

Color Harmonies of #0F1B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B08

Black with #0F1B08

Text Example


Text Example

White with #0F1B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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