Html Css Color HEX #0F1504 Pine Tree

📋 copy color: '#0F1504'

red 15 ◦ green 21 ◦ blue 4

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

Shades of Pine Tree #0F1504

Tints of Pine Tree #0F1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 52.5%

 BLUE value IS 4 (1.95% from 255) = 10%

R = 37.5%
G = 52.5%
B = 10%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#0F1504 (or 0x0F1504) is known color: Pine Tree. HEX triplet: 0F, 15 and 04. RGB value is (15,21,4). Sum of RGB (Red+Green+Blue) = 15+21+4=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1504 is #F0EAFB. Grayscale: #111111. Windows color (decimal): -15788796 or 267535. OLE color: 267535.

HSL color Cylindrical-coordinate representation of color #0F1504: hue angle of 81.18º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1504 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 21 4 -
CMYK 0.29 0 0.81 0.92
HSL 81.18º 0.68% 0.05% -
HSV(B) 81.18º 0.81% 0.08% -
XYZ 0.49 0.65 0.21 -
YUV 17.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 15 21 4 0.29 0 0.81 0.92 81.18 0.68 0.05
Hex F 15 4 1D 0 51 5C 51 44 5
Octal 17 25 4 35 0 121 134 121 104 5
Binary 1111 10101 100 11101 0 1010001 1011100 1010001 1000100 101

Color Harmonies of #0F1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1504

Black with #0F1504

Text Example


Text Example

White with #0F1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,21,4); }

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

background-color css

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

 a { background-color: rgb(15,21,4); }

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

border-color css

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

 span { border-color: rgb(15,21,4); }

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