Html Css Color HEX #0D1900 Pine Tree

📋 copy color: '#0D1900'

red 13 ◦ green 25 ◦ blue 0

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

Shades of Pine Tree #0D1900

Tints of Pine Tree #0D1900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 65.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.21%
G = 65.79%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#0D1900 (or 0x0D1900) is known color: Pine Tree. HEX triplet: 0D, 19 and 00. RGB value is (13,25,0). Sum of RGB (Red+Green+Blue) = 13+25+0=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 25 (10.16% from 255 or 65.79% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1900 is #F2E6FF. Grayscale: #121212. Windows color (decimal): -15918848 or 6413. OLE color: 6413.

HSL color Cylindrical-coordinate representation of color #0D1900: hue angle of 88.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D1900 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 25 0 -
CMYK 0.48 0 1 0.90
HSL 88.8º 1% 0.05% -
HSV(B) 88.8º 1% 0.1% -
XYZ 0.51 0.78 0.12 -
YUV 18.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 13 25 0 0.48 0 1 0.90 88.8 1 0.05
Hex D 19 0 30 0 64 5A 59 64 5
Octal 15 31 0 60 0 144 132 131 144 5
Binary 1101 11001 0 110000 0 1100100 1011010 1011001 1100100 101

Color Harmonies of #0D1900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1900

Black with #0D1900

Text Example


Text Example

White with #0D1900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,25,0); }

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

background-color css

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

 a { background-color: rgb(13,25,0); }

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

border-color css

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

 span { border-color: rgb(13,25,0); }

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