#0F2901

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

Shades of Myrtle #0F2901

Tints of Myrtle #0F2901

Color information

#0F2901 (or 0x0F2901) is unknown color: approx Myrtle. HEX triplet: 0F, 29 and 01. RGB value is (15,41,1). Sum of RGB (Red+Green+Blue) = 15+41+1=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 41 (16.41% from 255 or 71.93% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 41 - color contains mainly: green. Hex color #0F2901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2901 is #F0D6FE. Grayscale: #1C1C1C. Windows color (decimal): -15783679 or 76047. OLE color: 76047.

HSL color Cylindrical-coordinate representation of color #0F2901: hue angle of 99º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F2901 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB15411-
CMYK0.6300.980.84
HSL99º95.24%8.24%-
HSV(B)99º97.56%16.08%-
XYZ11.690.3-
YUV28.67112.39118.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.32%
GREEN value IS 41 (16.41% from 255) = 71.93%
BLUE value IS 1 (0.78% from 255) = 1.75%
R=26.32%
G=71.93%
B=1.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal154110.6300.980.849995.248.24
HexF2913F06254635f8
Octal1751177014212414313710
Binary11111010011111111011000101010100110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,41,1); }

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

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

 a { background-color: rgb(15,41,1); }

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

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

 span { border-color: rgb(15,41,1); }

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