Html Css Color HEX #0F1D00 Pine Tree

📋 copy color: '#0F1D00'

red 15 ◦ green 29 ◦ blue 0

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

Shades of Pine Tree #0F1D00

Tints of Pine Tree #0F1D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 65.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.09%
G = 65.91%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#0F1D00 (or 0x0F1D00) is known color: Pine Tree. HEX triplet: 0F, 1D and 00. RGB value is (15,29,0). Sum of RGB (Red+Green+Blue) = 15+29+0=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 29 (11.72% from 255 or 65.91% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D00 is #F0E2FF. Grayscale: #151515. Windows color (decimal): -15786752 or 7439. OLE color: 7439.

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

Color convert

RGB 15 29 0 -
CMYK 0.48 0 1 0.89
HSL 88.97º 1% 0.06% -
HSV(B) 88.97º 1% 0.11% -
XYZ 0.64 0.98 0.16 -
YUV 21.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 15 29 0 0.48 0 1 0.89 88.97 1 0.06
Hex F 1D 0 30 0 64 59 59 64 6
Octal 17 35 0 60 0 144 131 131 144 6
Binary 1111 11101 0 110000 0 1100100 1011001 1011001 1100100 110

Color Harmonies of #0F1D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1D00

Black with #0F1D00

Text Example


Text Example

White with #0F1D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,29,0); }

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

background-color css

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

 a { background-color: rgb(15,29,0); }

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

border-color css

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

 span { border-color: rgb(15,29,0); }

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