#0D1E02

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

Shades of Pine Tree #0D1E02

Tints of Pine Tree #0D1E02

Color information

#0D1E02 (or 0x0D1E02) is unknown color: approx Pine Tree. HEX triplet: 0D, 1E and 02. RGB value is (13,30,2). Sum of RGB (Red+Green+Blue) = 13+30+2=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E02 is #F2E1FD. Grayscale: #151515. Windows color (decimal): -15917566 or 138765. OLE color: 138765.

HSL color Cylindrical-coordinate representation of color #0D1E02: hue angle of 96.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1E02 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB13302-
CMYK0.5700.930.88
HSL96.43º87.5%6.27%-
HSV(B)96.43º93.33%11.76%-
XYZ0.641.020.22-
YUV21.72116.87121.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.89%
GREEN value IS 30 (12.11% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 4.44%
R=28.89%
G=66.67%
B=4.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal133020.5700.930.8896.4387.56.27
HexD1E23905D5860586
Octal153627101351301401306
Binary1101111101011100101011101101100011000001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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