Html Css Color HEX #0D150A Pine Tree

📋 copy color: '#0D150A'

red 13 ◦ green 21 ◦ blue 10

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

Shades of Pine Tree #0D150A

Tints of Pine Tree #0D150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 47.73%

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

R = 29.55%
G = 47.73%
B = 22.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#0D150A (or 0x0D150A) is known color: Pine Tree. HEX triplet: 0D, 15 and 0A. RGB value is (13,21,10). Sum of RGB (Red+Green+Blue) = 13+21+10=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #0D150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D150A is #F2EAF5. Grayscale: #111111. Windows color (decimal): -15919862 or 660749. OLE color: 660749.

HSL color Cylindrical-coordinate representation of color #0D150A: hue angle of 103.64º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0D150A is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 21 10 -
CMYK 0.38 0 0.52 0.92
HSL 103.64º 0.35% 0.06% -
HSV(B) 103.64º 0.52% 0.08% -
XYZ 0.49 0.64 0.39 -
YUV 17.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 13 21 10 0.38 0 0.52 0.92 103.64 0.35 0.06
Hex D 15 A 26 0 34 5C 68 23 6
Octal 15 25 12 46 0 64 134 150 43 6
Binary 1101 10101 1010 100110 0 110100 1011100 1101000 100011 110

Color Harmonies of #0D150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D150A

Black with #0D150A

Text Example


Text Example

White with #0D150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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