Html Css Color HEX #0F140A Pine Tree

📋 copy color: '#0F140A'

red 15 ◦ green 20 ◦ blue 10

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

Shades of Pine Tree #0F140A

Tints of Pine Tree #0F140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 44.44%

 BLUE value IS 10 (4.3% from 255) = 22.22%

R = 33.33%
G = 44.44%
B = 22.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#0F140A (or 0x0F140A) is known color: Pine Tree. HEX triplet: 0F, 14 and 0A. RGB value is (15,20,10). Sum of RGB (Red+Green+Blue) = 15+20+10=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #0F140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F140A is #F0EBF5. Grayscale: #111111. Windows color (decimal): -15789046 or 660495. OLE color: 660495.

HSL color Cylindrical-coordinate representation of color #0F140A: hue angle of 90º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F140A is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 20 10 -
CMYK 0.25 0 0.50 0.92
HSL 90º 0.33% 0.06% -
HSV(B) 90º 0.5% 0.08% -
XYZ 0.5 0.62 0.38 -
YUV 17.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 15 20 10 0.25 0 0.50 0.92 90 0.33 0.06
Hex F 14 A 19 0 32 5C 5A 21 6
Octal 17 24 12 31 0 62 134 132 41 6
Binary 1111 10100 1010 11001 0 110010 1011100 1011010 100001 110

Color Harmonies of #0F140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F140A

Black with #0F140A

Text Example


Text Example

White with #0F140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,10); }

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

background-color css

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

 a { background-color: rgb(15,20,10); }

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

border-color css

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

 span { border-color: rgb(15,20,10); }

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