Html Css Color HEX #0F1C01 Pine Tree

📋 copy color: '#0F1C01'

red 15 ◦ green 28 ◦ blue 1

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

Shades of Pine Tree #0F1C01

Tints of Pine Tree #0F1C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 63.64%

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

R = 34.09%
G = 63.64%
B = 2.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#0F1C01 (or 0x0F1C01) is known color: Pine Tree. HEX triplet: 0F, 1C and 01. RGB value is (15,28,1). Sum of RGB (Red+Green+Blue) = 15+28+1=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 28 (11.33% from 255 or 63.64% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C01 is #F0E3FE. Grayscale: #151515. Windows color (decimal): -15787007 or 72719. OLE color: 72719.

HSL color Cylindrical-coordinate representation of color #0F1C01: hue angle of 88.89º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F1C01 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 28 1 -
CMYK 0.46 0 0.96 0.89
HSL 88.89º 0.93% 0.06% -
HSV(B) 88.89º 0.96% 0.11% -
XYZ 0.62 0.93 0.18 -
YUV 21.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 15 28 1 0.46 0 0.96 0.89 88.89 0.93 0.06
Hex F 1C 1 2E 0 60 59 59 5D 6
Octal 17 34 1 56 0 140 131 131 135 6
Binary 1111 11100 1 101110 0 1100000 1011001 1011001 1011101 110

Color Harmonies of #0F1C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C01

Black with #0F1C01

Text Example


Text Example

White with #0F1C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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