#0D1802

Color #0D1802 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #0D1802

Tints of Pine Tree #0D1802

Color information

#0D1802 (or 0x0D1802) is unknown color: approx Pine Tree. HEX triplet: 0D, 18 and 02. RGB value is (13,24,2). Sum of RGB (Red+Green+Blue) = 13+24+2=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1802 is #F2E7FD. Grayscale: #121212. Windows color (decimal): -15919102 or 137229. OLE color: 137229.

HSL color Cylindrical-coordinate representation of color #0D1802: hue angle of 90º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D1802 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB13242-
CMYK0.4600.920.91
HSL90º84.62%5.1%-
HSV(B)90º91.67%9.41%-
XYZ0.50.740.17-
YUV18.2118.86124.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 61.54%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=33.33%
G=61.54%
B=5.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132420.4600.920.919084.625.1
HexD1822E05C5B5a555
Octal153025601341331321255
Binary1101110001010111001011100101101110110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,2); }

 H1.HeaderClassName
 {
   color: #0D1802;
 }
 .AnyTagClassName
 {
   color: #0D1802;
 }
</style>
background-color css

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

 a { background-color: rgb(13,24,2); }

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

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

 span { border-color: rgb(13,24,2); }

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