Html Css Color HEX #0D100C Pine Tree

📋 copy color: '#0D100C'

red 13 ◦ green 16 ◦ blue 12

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

Shades of Pine Tree #0D100C

Tints of Pine Tree #0D100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 39.02%

 BLUE value IS 12 (5.08% from 255) = 29.27%

R = 31.71%
G = 39.02%
B = 29.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#0D100C (or 0x0D100C) is known color: Pine Tree. HEX triplet: 0D, 10 and 0C. RGB value is (13,16,12). Sum of RGB (Red+Green+Blue) = 13+16+12=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 16 - color contains mainly: green. Hex color #0D100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D100C is #F2EFF3. Grayscale: #0E0E0E. Windows color (decimal): -15921140 or 790541. OLE color: 790541.

HSL color Cylindrical-coordinate representation of color #0D100C: hue angle of 105º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0D100C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB 13 16 12 -
CMYK 0.19 0 0.25 0.94
HSL 105º 0.14% 0.05% -
HSV(B) 105º 0.25% 0.06% -
XYZ 0.42 0.48 0.42 -
YUV 14.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 13 16 12 0.19 0 0.25 0.94 105 0.14 0.05
Hex D 10 C 13 0 19 5E 69 E 5
Octal 15 20 14 23 0 31 136 151 16 5
Binary 1101 10000 1100 10011 0 11001 1011110 1101001 1110 101

Color Harmonies of #0D100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D100C

Black with #0D100C

Text Example


Text Example

White with #0D100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,16,12); }

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

background-color css

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

 a { background-color: rgb(13,16,12); }

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

border-color css

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

 span { border-color: rgb(13,16,12); }

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