Html Css Color HEX #0F2401 Pine Tree

📋 copy color: '#0F2401'

red 15 ◦ green 36 ◦ blue 1

#0F2401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #0F2401

Tints of Pine Tree #0F2401

RGB

 RED value IS 15 (6.25% from 255) = 28.85%

 GREEN value IS 36 (14.45% from 255) = 69.23%

 BLUE value IS 1 (0.78% from 255) = 1.92%

R = 28.85%
G = 69.23%
B = 1.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#0F2401 (or 0x0F2401) is known color: Pine Tree. HEX triplet: 0F, 24 and 01. RGB value is (15,36,1). Sum of RGB (Red+Green+Blue) = 15+36+1=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 36 (14.45% from 255 or 69.23% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2401 is #F0DBFE. Grayscale: #191919. Windows color (decimal): -15784959 or 74767. OLE color: 74767.

HSL color Cylindrical-coordinate representation of color #0F2401: hue angle of 96º degrees, saturation: 0.95, 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 #0F2401 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 36 1 -
CMYK 0.58 0 0.97 0.86
HSL 96º 0.95% 0.07% -
HSV(B) 96º 0.97% 0.14% -
XYZ 0.83 1.37 0.25 -
YUV 25.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 15 36 1 0.58 0 0.97 0.86 96 0.95 0.07
Hex F 24 1 3A 0 61 56 60 5F 7
Octal 17 44 1 72 0 141 126 140 137 7
Binary 1111 100100 1 111010 0 1100001 1010110 1100000 1011111 111

Color Harmonies of #0F2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2401

Black with #0F2401

Text Example


Text Example

White with #0F2401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F2401;
 }
 .AnyTagClassName
 {
   color: #0F2401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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