Html Css Color HEX #0F480F Myrtle

📋 copy color: '#0F480F'

red 15 ◦ green 72 ◦ blue 15

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

Shades of Myrtle #0F480F

Tints of Myrtle #0F480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 70.59%

 BLUE value IS 15 (6.25% from 255) = 14.71%

R = 14.71%
G = 70.59%
B = 14.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#0F480F (or 0x0F480F) is known color: Myrtle. HEX triplet: 0F, 48 and 0F. RGB value is (15,72,15). Sum of RGB (Red+Green+Blue) = 15+72+15=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #0F480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F480F is #F0B7F0. Grayscale: #303030. Windows color (decimal): -15775729 or 1001487. OLE color: 1001487.

HSL color Cylindrical-coordinate representation of color #0F480F: hue angle of 120º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F480F is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 72 15 -
CMYK 0.79 0 0.79 0.72
HSL 120º 0.66% 0.17% -
HSV(B) 120º 0.79% 0.28% -
XYZ 2.6 4.77 1.24 -
YUV 48.46 109.12 104.13 -
System Red Green Blue C M Y K H S L
Decimal 15 72 15 0.79 0 0.79 0.72 120 0.66 0.17
Hex F 48 F 4F 0 4F 48 78 42 11
Octal 17 110 17 117 0 117 110 170 102 21
Binary 1111 1001000 1111 1001111 0 1001111 1001000 1111000 1000010 10001

Color Harmonies of #0F480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F480F

Black with #0F480F

Text Example


Text Example

White with #0F480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,15); }

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

background-color css

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

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

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

border-color css

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

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

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