Html Css Color HEX #0D130A Pine Tree

📋 copy color: '#0D130A'

red 13 ◦ green 19 ◦ blue 10

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

Shades of Pine Tree #0D130A

Tints of Pine Tree #0D130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 45.24%

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

R = 30.95%
G = 45.24%
B = 23.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#0D130A (or 0x0D130A) is known color: Pine Tree. HEX triplet: 0D, 13 and 0A. RGB value is (13,19,10). Sum of RGB (Red+Green+Blue) = 13+19+10=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #0D130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D130A is #F2ECF5. Grayscale: #101010. Windows color (decimal): -15920374 or 660237. OLE color: 660237.

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

Color convert

RGB 13 19 10 -
CMYK 0.32 0 0.47 0.93
HSL 100º 0.31% 0.06% -
HSV(B) 100º 0.47% 0.07% -
XYZ 0.45 0.57 0.37 -
YUV 16.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 13 19 10 0.32 0 0.47 0.93 100 0.31 0.06
Hex D 13 A 20 0 2F 5D 64 1F 6
Octal 15 23 12 40 0 57 135 144 37 6
Binary 1101 10011 1010 100000 0 101111 1011101 1100100 11111 110

Color Harmonies of #0D130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D130A

Black with #0D130A

Text Example


Text Example

White with #0D130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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