Html Css Color HEX #0F3009 Myrtle

📋 copy color: '#0F3009'

red 15 ◦ green 48 ◦ blue 9

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

Shades of Myrtle #0F3009

Tints of Myrtle #0F3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 66.67%

 BLUE value IS 9 (3.91% from 255) = 12.5%

R = 20.83%
G = 66.67%
B = 12.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#0F3009 (or 0x0F3009) is known color: Myrtle. HEX triplet: 0F, 30 and 09. RGB value is (15,48,9). Sum of RGB (Red+Green+Blue) = 15+48+9=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3009 is #F0CFF6. Grayscale: #212121. Windows color (decimal): -15781879 or 602127. OLE color: 602127.

HSL color Cylindrical-coordinate representation of color #0F3009: hue angle of 110.77º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F3009 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 48 9 -
CMYK 0.69 0 0.81 0.81
HSL 110.77º 0.68% 0.11% -
HSV(B) 110.77º 0.81% 0.19% -
XYZ 1.3 2.24 0.62 -
YUV 33.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 15 48 9 0.69 0 0.81 0.81 110.77 0.68 0.11
Hex F 30 9 45 0 51 51 6F 44 B
Octal 17 60 11 105 0 121 121 157 104 13
Binary 1111 110000 1001 1000101 0 1010001 1010001 1101111 1000100 1011

Color Harmonies of #0F3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3009

Black with #0F3009

Text Example


Text Example

White with #0F3009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,9); }

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

background-color css

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

 a { background-color: rgb(15,48,9); }

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

border-color css

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

 span { border-color: rgb(15,48,9); }

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