#0F2301

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

Shades of Pine Tree #0F2301

Tints of Pine Tree #0F2301

Color information

#0F2301 (or 0x0F2301) is unknown color: approx Pine Tree. HEX triplet: 0F, 23 and 01. RGB value is (15,35,1). Sum of RGB (Red+Green+Blue) = 15+35+1=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2301 is #F0DCFE. Grayscale: #191919. Windows color (decimal): -15785215 or 74511. OLE color: 74511.

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

Color convert

RGB15351-
CMYK0.5700.970.86
HSL95.29º94.44%7.06%-
HSV(B)95.29º97.14%13.73%-
XYZ0.81.310.24-
YUV25.14114.37120.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 35 (14.06% from 255) = 68.63%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=29.41%
G=68.63%
B=1.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal153510.5700.970.8695.2994.447.06
HexF23139061565f5e7
Octal174317101411261371367
Binary1111100011111100101100001101011010111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,35,1); }

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

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

 a { background-color: rgb(15,35,1); }

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

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

 span { border-color: rgb(15,35,1); }

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