Html Css Color HEX #0F2100 Pine Tree

📋 copy color: '#0F2100'

red 15 ◦ green 33 ◦ blue 0

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

Shades of Pine Tree #0F2100

Tints of Pine Tree #0F2100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 68.75%

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

R = 31.25%
G = 68.75%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#0F2100 (or 0x0F2100) is known color: Pine Tree. HEX triplet: 0F, 21 and 00. RGB value is (15,33,0). Sum of RGB (Red+Green+Blue) = 15+33+0=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #0F2100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2100 is #F0DEFF. Grayscale: #171717. Windows color (decimal): -15785728 or 8463. OLE color: 8463.

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

Color convert

RGB 15 33 0 -
CMYK 0.55 0 1 0.87
HSL 92.73º 1% 0.06% -
HSV(B) 92.73º 1% 0.13% -
XYZ 0.74 1.19 0.19 -
YUV 23.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 15 33 0 0.55 0 1 0.87 92.73 1 0.06
Hex F 21 0 37 0 64 57 5D 64 6
Octal 17 41 0 67 0 144 127 135 144 6
Binary 1111 100001 0 110111 0 1100100 1010111 1011101 1100100 110

Color Harmonies of #0F2100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2100

Black with #0F2100

Text Example


Text Example

White with #0F2100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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