Html Css Color HEX #0F4801 Myrtle

📋 copy color: '#0F4801'

red 15 ◦ green 72 ◦ blue 1

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

Shades of Myrtle #0F4801

Tints of Myrtle #0F4801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 17.05%
G = 81.82%
B = 1.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#0F4801 (or 0x0F4801) is known color: Myrtle. HEX triplet: 0F, 48 and 01. RGB value is (15,72,1). Sum of RGB (Red+Green+Blue) = 15+72+1=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 72 (28.52% from 255 or 81.82% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4801 is #F0B7FE. Grayscale: #2F2F2F. Windows color (decimal): -15775743 or 83983. OLE color: 83983.

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

Color convert

RGB 15 72 1 -
CMYK 0.79 0 0.99 0.72
HSL 108.17º 0.97% 0.14% -
HSV(B) 108.17º 0.99% 0.28% -
XYZ 2.52 4.74 0.81 -
YUV 46.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 15 72 1 0.79 0 0.99 0.72 108.17 0.97 0.14
Hex F 48 1 4F 0 63 48 6C 61 E
Octal 17 110 1 117 0 143 110 154 141 16
Binary 1111 1001000 1 1001111 0 1100011 1001000 1101100 1100001 1110

Color Harmonies of #0F4801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4801

Black with #0F4801

Text Example


Text Example

White with #0F4801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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