#0F3902

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

Shades of Myrtle #0F3902

Tints of Myrtle #0F3902

Color information

#0F3902 (or 0x0F3902) is unknown color: approx Myrtle. HEX triplet: 0F, 39 and 02. RGB value is (15,57,2). Sum of RGB (Red+Green+Blue) = 15+57+2=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3902 is #F0C6FD. Grayscale: #262626. Windows color (decimal): -15779582 or 145679. OLE color: 145679.

HSL color Cylindrical-coordinate representation of color #0F3902: hue angle of 105.82º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F3902 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB15572-
CMYK0.7400.960.78
HSL105.82º93.22%11.57%-
HSV(B)105.82º96.49%22.35%-
XYZ1.673.030.55-
YUV38.17107.59111.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 57 (22.66% from 255) = 77.03%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=20.27%
G=77.03%
B=2.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155720.7400.960.78105.8293.2211.57
HexF3924A0604E6a5dc
Octal17712112014011615213514
Binary1111111001101001010011000001001110110101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,2); }

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

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

 a { background-color: rgb(15,57,2); }

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

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

 span { border-color: rgb(15,57,2); }

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