Html Css Color HEX #0B0F02 Pine Tree

📋 copy color: '#0B0F02'

red 11 ◦ green 15 ◦ blue 2

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

Shades of Pine Tree #0B0F02

Tints of Pine Tree #0B0F02

RGB

 RED value IS 11 (4.69% from 255) = 39.29%

 GREEN value IS 15 (6.25% from 255) = 53.57%

 BLUE value IS 2 (1.17% from 255) = 7.14%

R = 39.29%
G = 53.57%
B = 7.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0B0F02 (or 0x0B0F02) is known color: Pine Tree. HEX triplet: 0B, 0F and 02. RGB value is (11,15,2). Sum of RGB (Red+Green+Blue) = 11+15+2=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #0B0F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0F02 is #F4F0FD. Grayscale: #0C0C0C. Windows color (decimal): -16052478 or 134923. OLE color: 134923.

HSL color Cylindrical-coordinate representation of color #0B0F02: hue angle of 78.46º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B0F02 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 15 2 -
CMYK 0.27 0 0.87 0.94
HSL 78.46º 0.76% 0.03% -
HSV(B) 78.46º 0.87% 0.06% -
XYZ 0.32 0.42 0.12 -
YUV 12.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 11 15 2 0.27 0 0.87 0.94 78.46 0.76 0.03
Hex B F 2 1B 0 57 5E 4E 4C 3
Octal 13 17 2 33 0 127 136 116 114 3
Binary 1011 1111 10 11011 0 1010111 1011110 1001110 1001100 11

Color Harmonies of #0B0F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0F02

Black with #0B0F02

Text Example


Text Example

White with #0B0F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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