Html Css Color HEX #0F4802 Myrtle

📋 copy color: '#0F4802'

red 15 ◦ green 72 ◦ blue 2

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

Shades of Myrtle #0F4802

Tints of Myrtle #0F4802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 16.85%
G = 80.9%
B = 2.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#0F4802 (or 0x0F4802) is known color: Myrtle. HEX triplet: 0F, 48 and 02. RGB value is (15,72,2). Sum of RGB (Red+Green+Blue) = 15+72+2=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4802 is #F0B7FD. Grayscale: #2F2F2F. Windows color (decimal): -15775742 or 149519. OLE color: 149519.

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

Color convert

RGB 15 72 2 -
CMYK 0.79 0 0.97 0.72
HSL 108.86º 0.95% 0.15% -
HSV(B) 108.86º 0.97% 0.28% -
XYZ 2.53 4.74 0.84 -
YUV 46.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 15 72 2 0.79 0 0.97 0.72 108.86 0.95 0.15
Hex F 48 2 4F 0 61 48 6D 5F F
Octal 17 110 2 117 0 141 110 155 137 17
Binary 1111 1001000 10 1001111 0 1100001 1001000 1101101 1011111 1111

Color Harmonies of #0F4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4802

Black with #0F4802

Text Example


Text Example

White with #0F4802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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