Html Css Color HEX #0D120B Pine Tree

📋 copy color: '#0D120B'

red 13 ◦ green 18 ◦ blue 11

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

Shades of Pine Tree #0D120B

Tints of Pine Tree #0D120B

RGB

 RED value IS 13 (5.47% from 255) = 30.95%

 GREEN value IS 18 (7.42% from 255) = 42.86%

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

R = 30.95%
G = 42.86%
B = 26.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#0D120B (or 0x0D120B) is known color: Pine Tree. HEX triplet: 0D, 12 and 0B. RGB value is (13,18,11). Sum of RGB (Red+Green+Blue) = 13+18+11=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #0D120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D120B is #F2EDF4. Grayscale: #0F0F0F. Windows color (decimal): -15920629 or 725517. OLE color: 725517.

HSL color Cylindrical-coordinate representation of color #0D120B: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0D120B is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 18 11 -
CMYK 0.28 0 0.39 0.93
HSL 102.86º 0.24% 0.06% -
HSV(B) 102.86º 0.39% 0.07% -
XYZ 0.44 0.54 0.4 -
YUV 15.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 13 18 11 0.28 0 0.39 0.93 102.86 0.24 0.06
Hex D 12 B 1C 0 27 5D 67 18 6
Octal 15 22 13 34 0 47 135 147 30 6
Binary 1101 10010 1011 11100 0 100111 1011101 1100111 11000 110

Color Harmonies of #0D120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D120B

Black with #0D120B

Text Example


Text Example

White with #0D120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,18,11); }

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

background-color css

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

 a { background-color: rgb(13,18,11); }

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

border-color css

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

 span { border-color: rgb(13,18,11); }

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