Html Css Color HEX #0D120A Pine Tree

📋 copy color: '#0D120A'

red 13 ◦ green 18 ◦ blue 10

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

Shades of Pine Tree #0D120A

Tints of Pine Tree #0D120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 24.39%

R = 31.71%
G = 43.9%
B = 24.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#0D120A (or 0x0D120A) is known color: Pine Tree. HEX triplet: 0D, 12 and 0A. RGB value is (13,18,10). Sum of RGB (Red+Green+Blue) = 13+18+10=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #0D120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D120A is #F2EDF5. Grayscale: #0F0F0F. Windows color (decimal): -15920630 or 659981. OLE color: 659981.

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

Color convert

RGB 13 18 10 -
CMYK 0.28 0 0.44 0.93
HSL 97.5º 0.29% 0.05% -
HSV(B) 97.5º 0.44% 0.07% -
XYZ 0.44 0.54 0.37 -
YUV 15.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 13 18 10 0.28 0 0.44 0.93 97.5 0.29 0.05
Hex D 12 A 1C 0 2C 5D 62 1D 5
Octal 15 22 12 34 0 54 135 142 35 5
Binary 1101 10010 1010 11100 0 101100 1011101 1100010 11101 101

Color Harmonies of #0D120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D120A

Black with #0D120A

Text Example


Text Example

White with #0D120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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