#0F2F00

Color #0F2F00 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0F2F00

Tints of Myrtle #0F2F00

Color information

#0F2F00 (or 0x0F2F00) is unknown color: approx Myrtle. HEX triplet: 0F, 2F and 00. RGB value is (15,47,0). Sum of RGB (Red+Green+Blue) = 15+47+0=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 47 (18.75% from 255 or 75.81% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2F00 is #F0D0FF. Grayscale: #202020. Windows color (decimal): -15782144 or 12047. OLE color: 12047.

HSL color Cylindrical-coordinate representation of color #0F2F00: hue angle of 100.85º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F2F00 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB15470-
CMYK0.68010.82
HSL100.85º100%9.22%-
HSV(B)100.85º100%18.43%-
XYZ1.212.130.35-
YUV32.07109.9115.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.19%
GREEN value IS 47 (18.75% from 255) = 75.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.19%
G=75.81%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal154700.68010.82100.851009.22
HexF2F0440645265649
Octal17570104014412214514411
Binary111110111101000100011001001010010110010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F2F00;
 }
 .AnyTagClassName
 {
   color: #0F2F00;
 }
</style>
background-color css

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

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

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

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

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

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