Html Css Color HEX #0B0E05 Pine Tree

📋 copy color: '#0B0E05'

red 11 ◦ green 14 ◦ blue 5

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

Shades of Pine Tree #0B0E05

Tints of Pine Tree #0B0E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 46.67%

 BLUE value IS 5 (2.34% from 255) = 16.67%

R = 36.67%
G = 46.67%
B = 16.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.95

RGB Variations

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

Color information

#0B0E05 (or 0x0B0E05) is known color: Pine Tree. HEX triplet: 0B, 0E and 05. RGB value is (11,14,5). Sum of RGB (Red+Green+Blue) = 11+14+5=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 14 (5.86% from 255 or 46.67% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 14 - color contains mainly: green. Hex color #0B0E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E05 is #F4F1FA. Grayscale: #0C0C0C. Windows color (decimal): -16052731 or 331275. OLE color: 331275.

HSL color Cylindrical-coordinate representation of color #0B0E05: hue angle of 80º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0B0E05 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.95.

Color convert

RGB 11 14 5 -
CMYK 0.21 0 0.64 0.95
HSL 80º 0.47% 0.04% -
HSV(B) 80º 0.64% 0.05% -
XYZ 0.32 0.4 0.2 -
YUV 12.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 11 14 5 0.21 0 0.64 0.95 80 0.47 0.04
Hex B E 5 15 0 40 5F 50 2F 4
Octal 13 16 5 25 0 100 137 120 57 4
Binary 1011 1110 101 10101 0 1000000 1011111 1010000 101111 100

Color Harmonies of #0B0E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0E05

Black with #0B0E05

Text Example


Text Example

White with #0B0E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,14,5); }

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

background-color css

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

 a { background-color: rgb(11,14,5); }

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

border-color css

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

 span { border-color: rgb(11,14,5); }

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