#0F2403

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

Shades of Pine Tree #0F2403

Tints of Pine Tree #0F2403

Color information

#0F2403 (or 0x0F2403) is unknown color: approx Pine Tree. HEX triplet: 0F, 24 and 03. RGB value is (15,36,3). Sum of RGB (Red+Green+Blue) = 15+36+3=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2403 is #F0DBFC. Grayscale: #1A1A1A. Windows color (decimal): -15784957 or 205839. OLE color: 205839.

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

Color convert

RGB15363-
CMYK0.5800.920.86
HSL98.18º84.62%7.65%-
HSV(B)98.18º91.67%14.12%-
XYZ0.841.370.31-
YUV25.96115.04120.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.78%
GREEN value IS 36 (14.45% from 255) = 66.67%
BLUE value IS 3 (1.56% from 255) = 5.56%
R=27.78%
G=66.67%
B=5.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal153630.5800.920.8698.1884.627.65
HexF2433A05C5662558
Octal1744372013412614212510
Binary111110010011111010010111001010110110001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,3); }

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

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

 a { background-color: rgb(15,36,3); }

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

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

 span { border-color: rgb(15,36,3); }

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