Html Css Color HEX #0F2501 Pine Tree

📋 copy color: '#0F2501'

red 15 ◦ green 37 ◦ blue 1

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

Shades of Pine Tree #0F2501

Tints of Pine Tree #0F2501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 69.81%

 BLUE value IS 1 (0.78% from 255) = 1.89%

R = 28.3%
G = 69.81%
B = 1.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#0F2501 (or 0x0F2501) is known color: Pine Tree. HEX triplet: 0F, 25 and 01. RGB value is (15,37,1). Sum of RGB (Red+Green+Blue) = 15+37+1=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 37 (14.84% from 255 or 69.81% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2501 is #F0DAFE. Grayscale: #1A1A1A. Windows color (decimal): -15784703 or 75023. OLE color: 75023.

HSL color Cylindrical-coordinate representation of color #0F2501: hue angle of 96.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F2501 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 37 1 -
CMYK 0.59 0 0.97 0.85
HSL 96.67º 0.95% 0.07% -
HSV(B) 96.67º 0.97% 0.15% -
XYZ 0.86 1.43 0.26 -
YUV 26.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 15 37 1 0.59 0 0.97 0.85 96.67 0.95 0.07
Hex F 25 1 3B 0 61 55 61 5F 7
Octal 17 45 1 73 0 141 125 141 137 7
Binary 1111 100101 1 111011 0 1100001 1010101 1100001 1011111 111

Color Harmonies of #0F2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2501

Black with #0F2501

Text Example


Text Example

White with #0F2501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,37,1); }

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

background-color css

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

 a { background-color: rgb(15,37,1); }

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

border-color css

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

 span { border-color: rgb(15,37,1); }

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