Html Css Color HEX #0F1E07 Pine Tree

📋 copy color: '#0F1E07'

red 15 ◦ green 30 ◦ blue 7

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

Shades of Pine Tree #0F1E07

Tints of Pine Tree #0F1E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 13.46%

R = 28.85%
G = 57.69%
B = 13.46%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.77

 K value IS 0.88

RGB Variations

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

Color information

#0F1E07 (or 0x0F1E07) is known color: Pine Tree. HEX triplet: 0F, 1E and 07. RGB value is (15,30,7). Sum of RGB (Red+Green+Blue) = 15+30+7=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E07 is #F0E1F8. Grayscale: #161616. Windows color (decimal): -15786489 or 466447. OLE color: 466447.

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

Color convert

RGB 15 30 7 -
CMYK 0.5 0 0.77 0.88
HSL 99.13º 0.62% 0.07% -
HSV(B) 99.13º 0.77% 0.12% -
XYZ 0.7 1.05 0.37 -
YUV 22.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 15 30 7 0.5 0 0.77 0.88 99.13 0.62 0.07
Hex F 1E 7 32 0 4D 58 63 3E 7
Octal 17 36 7 62 0 115 130 143 76 7
Binary 1111 11110 111 110010 0 1001101 1011000 1100011 111110 111

Color Harmonies of #0F1E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E07

Black with #0F1E07

Text Example


Text Example

White with #0F1E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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