#0D2300

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

Shades of Pine Tree #0D2300

Tints of Pine Tree #0D2300

Color information

#0D2300 (or 0x0D2300) is unknown color: approx Pine Tree. HEX triplet: 0D, 23 and 00. RGB value is (13,35,0). Sum of RGB (Red+Green+Blue) = 13+35+0=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 35 (14.06% from 255 or 72.92% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2300 is #F2DCFF. Grayscale: #181818. Windows color (decimal): -15916288 or 8973. OLE color: 8973.

HSL color Cylindrical-coordinate representation of color #0D2300: hue angle of 97.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D2300 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB13350-
CMYK0.63010.86
HSL97.71º100%6.86%-
HSV(B)97.71º100%13.73%-
XYZ0.771.290.21-
YUV24.43114.21119.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 35 (14.06% from 255) = 72.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.08%
G=72.92%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal133500.63010.8697.711006.86
HexD2303F0645662647
Octal154307701441261421447
Binary1101100011011111101100100101011011000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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