#0D2500

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

Shades of Pine Tree #0D2500

Tints of Pine Tree #0D2500

Color information

#0D2500 (or 0x0D2500) is unknown color: approx Pine Tree. HEX triplet: 0D, 25 and 00. RGB value is (13,37,0). Sum of RGB (Red+Green+Blue) = 13+37+0=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2500 is #F2DAFF. Grayscale: #191919. Windows color (decimal): -15915776 or 9485. OLE color: 9485.

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

Color convert

RGB13370-
CMYK0.65010.85
HSL98.92º100%7.25%-
HSV(B)98.92º100%14.51%-
XYZ0.831.410.23-
YUV25.61113.55119.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26%
GREEN value IS 37 (14.84% from 255) = 74%
BLUE value IS 0 (0.39% from 255) = 0%
R=26%
G=74%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal133700.65010.8598.921007.25
HexD250410645563647
Octal1545010101441251431447
Binary11011001010100000101100100101010111000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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