Html Css Color HEX #0F1807 Pine Tree

📋 copy color: '#0F1807'

red 15 ◦ green 24 ◦ blue 7

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

Shades of Pine Tree #0F1807

Tints of Pine Tree #0F1807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 52.17%

 BLUE value IS 7 (3.13% from 255) = 15.22%

R = 32.61%
G = 52.17%
B = 15.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.91

RGB Variations

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

Color information

#0F1807 (or 0x0F1807) is known color: Pine Tree. HEX triplet: 0F, 18 and 07. RGB value is (15,24,7). Sum of RGB (Red+Green+Blue) = 15+24+7=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1807 is #F0E7F8. Grayscale: #131313. Windows color (decimal): -15788025 or 464911. OLE color: 464911.

HSL color Cylindrical-coordinate representation of color #0F1807: hue angle of 91.76º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1807 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 24 7 -
CMYK 0.37 0 0.71 0.91
HSL 91.76º 0.55% 0.06% -
HSV(B) 91.76º 0.71% 0.09% -
XYZ 0.56 0.77 0.32 -
YUV 19.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 15 24 7 0.37 0 0.71 0.91 91.76 0.55 0.06
Hex F 18 7 25 0 47 5B 5C 37 6
Octal 17 30 7 45 0 107 133 134 67 6
Binary 1111 11000 111 100101 0 1000111 1011011 1011100 110111 110

Color Harmonies of #0F1807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1807

Black with #0F1807

Text Example


Text Example

White with #0F1807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,24,7); }

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

background-color css

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

 a { background-color: rgb(15,24,7); }

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

border-color css

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

 span { border-color: rgb(15,24,7); }

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