#0D2102

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

Shades of Pine Tree #0D2102

Tints of Pine Tree #0D2102

Color information

#0D2102 (or 0x0D2102) is unknown color: approx Pine Tree. HEX triplet: 0D, 21 and 02. RGB value is (13,33,2). Sum of RGB (Red+Green+Blue) = 13+33+2=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2102 is #F2DEFD. Grayscale: #171717. Windows color (decimal): -15916798 or 139533. OLE color: 139533.

HSL color Cylindrical-coordinate representation of color #0D2102: hue angle of 98.71º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2102 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB13332-
CMYK0.6100.940.87
HSL98.71º88.57%6.86%-
HSV(B)98.71º93.94%12.94%-
XYZ0.721.180.25-
YUV23.49115.87120.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 33 (13.28% from 255) = 68.75%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=27.08%
G=68.75%
B=4.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133320.6100.940.8798.7188.576.86
HexD2123D05E5763597
Octal154127501361271431317
Binary11011000011011110101011110101011111000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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