Html Css Color HEX #0F1C0A Pine Tree

📋 copy color: '#0F1C0A'

red 15 ◦ green 28 ◦ blue 10

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

Shades of Pine Tree #0F1C0A

Tints of Pine Tree #0F1C0A

RGB

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

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

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

R = 28.3%
G = 52.83%
B = 18.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.89

RGB Variations

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

Color information

#0F1C0A (or 0x0F1C0A) is known color: Pine Tree. HEX triplet: 0F, 1C and 0A. RGB value is (15,28,10). Sum of RGB (Red+Green+Blue) = 15+28+10=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C0A is #F0E3F5. Grayscale: #161616. Windows color (decimal): -15786998 or 662543. OLE color: 662543.

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

Color convert

RGB 15 28 10 -
CMYK 0.46 0 0.64 0.89
HSL 103.33º 0.47% 0.07% -
HSV(B) 103.33º 0.64% 0.11% -
XYZ 0.67 0.95 0.44 -
YUV 22.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 15 28 10 0.46 0 0.64 0.89 103.33 0.47 0.07
Hex F 1C A 2E 0 40 59 67 2F 7
Octal 17 34 12 56 0 100 131 147 57 7
Binary 1111 11100 1010 101110 0 1000000 1011001 1100111 101111 111

Color Harmonies of #0F1C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C0A

Black with #0F1C0A

Text Example


Text Example

White with #0F1C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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