Html Css Color HEX #0D140A Pine Tree

📋 copy color: '#0D140A'

red 13 ◦ green 20 ◦ blue 10

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

Shades of Pine Tree #0D140A

Tints of Pine Tree #0D140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 46.51%

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

R = 30.23%
G = 46.51%
B = 23.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#0D140A (or 0x0D140A) is known color: Pine Tree. HEX triplet: 0D, 14 and 0A. RGB value is (13,20,10). Sum of RGB (Red+Green+Blue) = 13+20+10=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #0D140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D140A is #F2EBF5. Grayscale: #101010. Windows color (decimal): -15920118 or 660493. OLE color: 660493.

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

Color convert

RGB 13 20 10 -
CMYK 0.35 0 0.50 0.92
HSL 102º 0.33% 0.06% -
HSV(B) 102º 0.5% 0.08% -
XYZ 0.47 0.61 0.38 -
YUV 16.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 13 20 10 0.35 0 0.50 0.92 102 0.33 0.06
Hex D 14 A 23 0 32 5C 66 21 6
Octal 15 24 12 43 0 62 134 146 41 6
Binary 1101 10100 1010 100011 0 110010 1011100 1100110 100001 110

Color Harmonies of #0D140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D140A

Black with #0D140A

Text Example


Text Example

White with #0D140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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