#0F2305

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

Shades of Pine Tree #0F2305

Tints of Pine Tree #0F2305

Color information

#0F2305 (or 0x0F2305) is unknown color: approx Pine Tree. HEX triplet: 0F, 23 and 05. RGB value is (15,35,5). Sum of RGB (Red+Green+Blue) = 15+35+5=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2305 is #F0DCFA. Grayscale: #191919. Windows color (decimal): -15785211 or 336655. OLE color: 336655.

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

Color convert

RGB15355-
CMYK0.5700.860.86
HSL100º75%7.84%-
HSV(B)100º85.71%13.73%-
XYZ0.831.310.35-
YUV25.6116.37120.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 35 (14.06% from 255) = 63.64%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=27.27%
G=63.64%
B=9.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal153550.5700.860.86100757.84
HexF2353905656644b8
Octal1743571012612614411310
Binary1111100011101111001010101101010110110010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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