Html Css Color HEX #0F2300 Pine Tree

📋 copy color: '#0F2300'

red 15 ◦ green 35 ◦ blue 0

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

Shades of Pine Tree #0F2300

Tints of Pine Tree #0F2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 70%

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

R = 30%
G = 70%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#0F2300 (or 0x0F2300) is known color: Pine Tree. HEX triplet: 0F, 23 and 00. RGB value is (15,35,0). Sum of RGB (Red+Green+Blue) = 15+35+0=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 35 (14.06% from 255 or 70% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2300 is #F0DCFF. Grayscale: #191919. Windows color (decimal): -15785216 or 8975. OLE color: 8975.

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

Color convert

RGB 15 35 0 -
CMYK 0.57 0 1 0.86
HSL 94.29º 1% 0.07% -
HSV(B) 94.29º 1% 0.14% -
XYZ 0.8 1.3 0.21 -
YUV 25.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 15 35 0 0.57 0 1 0.86 94.29 1 0.07
Hex F 23 0 39 0 64 56 5E 64 7
Octal 17 43 0 71 0 144 126 136 144 7
Binary 1111 100011 0 111001 0 1100100 1010110 1011110 1100100 111

Color Harmonies of #0F2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2300

Black with #0F2300

Text Example


Text Example

White with #0F2300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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