#0F3202

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

Shades of Myrtle #0F3202

Tints of Myrtle #0F3202

Color information

#0F3202 (or 0x0F3202) is unknown color: approx Myrtle. HEX triplet: 0F, 32 and 02. RGB value is (15,50,2). Sum of RGB (Red+Green+Blue) = 15+50+2=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3202 is #F0CDFD. Grayscale: #222222. Windows color (decimal): -15781374 or 143887. OLE color: 143887.

HSL color Cylindrical-coordinate representation of color #0F3202: hue angle of 103.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F3202 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB15502-
CMYK0.7000.960.80
HSL103.75º92.31%10.2%-
HSV(B)103.75º96%19.61%-
XYZ1.352.390.45-
YUV34.06109.9114.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 50 (19.92% from 255) = 74.63%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=22.39%
G=74.63%
B=2.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal155020.7000.960.80103.7592.3110.2
HexF3224606050685ca
Octal17622106014012015013412
Binary1111110010101000110011000001010000110100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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