Html Css Color HEX #0F2200 Pine Tree

📋 copy color: '#0F2200'

red 15 ◦ green 34 ◦ blue 0

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

Shades of Pine Tree #0F2200

Tints of Pine Tree #0F2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 69.39%

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

R = 30.61%
G = 69.39%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#0F2200 (or 0x0F2200) is known color: Pine Tree. HEX triplet: 0F, 22 and 00. RGB value is (15,34,0). Sum of RGB (Red+Green+Blue) = 15+34+0=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 34 (13.67% from 255 or 69.39% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 34 - color contains mainly: green. Hex color #0F2200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2200 is #F0DDFF. Grayscale: #181818. Windows color (decimal): -15785472 or 8719. OLE color: 8719.

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

Color convert

RGB 15 34 0 -
CMYK 0.56 0 1 0.87
HSL 93.53º 1% 0.07% -
HSV(B) 93.53º 1% 0.13% -
XYZ 0.77 1.25 0.2 -
YUV 24.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 15 34 0 0.56 0 1 0.87 93.53 1 0.07
Hex F 22 0 38 0 64 57 5E 64 7
Octal 17 42 0 70 0 144 127 136 144 7
Binary 1111 100010 0 111000 0 1100100 1010111 1011110 1100100 111

Color Harmonies of #0F2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2200

Black with #0F2200

Text Example


Text Example

White with #0F2200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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