Html Css Color HEX #0F1E08 Pine Tree

📋 copy color: '#0F1E08'

red 15 ◦ green 30 ◦ blue 8

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

Shades of Pine Tree #0F1E08

Tints of Pine Tree #0F1E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 56.6%

 BLUE value IS 8 (3.52% from 255) = 15.09%

R = 28.3%
G = 56.6%
B = 15.09%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.73

 K value IS 0.88

RGB Variations

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

Color information

#0F1E08 (or 0x0F1E08) is known color: Pine Tree. HEX triplet: 0F, 1E and 08. RGB value is (15,30,8). Sum of RGB (Red+Green+Blue) = 15+30+8=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E08 is #F0E1F7. Grayscale: #171717. Windows color (decimal): -15786488 or 531983. OLE color: 531983.

HSL color Cylindrical-coordinate representation of color #0F1E08: hue angle of 100.91º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F1E08 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 30 8 -
CMYK 0.5 0 0.73 0.88
HSL 100.91º 0.58% 0.07% -
HSV(B) 100.91º 0.73% 0.12% -
XYZ 0.71 1.05 0.39 -
YUV 23.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 15 30 8 0.5 0 0.73 0.88 100.91 0.58 0.07
Hex F 1E 8 32 0 49 58 65 3A 7
Octal 17 36 10 62 0 111 130 145 72 7
Binary 1111 11110 1000 110010 0 1001001 1011000 1100101 111010 111

Color Harmonies of #0F1E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E08

Black with #0F1E08

Text Example


Text Example

White with #0F1E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,30,8); }

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

background-color css

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

 a { background-color: rgb(15,30,8); }

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

border-color css

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

 span { border-color: rgb(15,30,8); }

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