Html Css Color HEX #0F3D01 Myrtle

📋 copy color: '#0F3D01'

red 15 ◦ green 61 ◦ blue 1

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

Shades of Myrtle #0F3D01

Tints of Myrtle #0F3D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 79.22%

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

R = 19.48%
G = 79.22%
B = 1.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#0F3D01 (or 0x0F3D01) is known color: Myrtle. HEX triplet: 0F, 3D and 01. RGB value is (15,61,1). Sum of RGB (Red+Green+Blue) = 15+61+1=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 61 (24.22% from 255 or 79.22% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3D01 is #F0C2FE. Grayscale: #282828. Windows color (decimal): -15778559 or 81167. OLE color: 81167.

HSL color Cylindrical-coordinate representation of color #0F3D01: hue angle of 106º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F3D01 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 61 1 -
CMYK 0.75 0 0.98 0.76
HSL 106º 0.97% 0.12% -
HSV(B) 106º 0.98% 0.24% -
XYZ 1.87 3.44 0.59 -
YUV 40.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 15 61 1 0.75 0 0.98 0.76 106 0.97 0.12
Hex F 3D 1 4B 0 62 4C 6A 61 C
Octal 17 75 1 113 0 142 114 152 141 14
Binary 1111 111101 1 1001011 0 1100010 1001100 1101010 1100001 1100

Color Harmonies of #0F3D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3D01

Black with #0F3D01

Text Example


Text Example

White with #0F3D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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