Html Css Color HEX #0F3E01 Myrtle

📋 copy color: '#0F3E01'

red 15 ◦ green 62 ◦ blue 1

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

Shades of Myrtle #0F3E01

Tints of Myrtle #0F3E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 79.49%

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

R = 19.23%
G = 79.49%
B = 1.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#0F3E01 (or 0x0F3E01) is known color: Myrtle. HEX triplet: 0F, 3E and 01. RGB value is (15,62,1). Sum of RGB (Red+Green+Blue) = 15+62+1=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 62 (24.61% from 255 or 79.49% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3E01 is #F0C1FE. Grayscale: #292929. Windows color (decimal): -15778303 or 81423. OLE color: 81423.

HSL color Cylindrical-coordinate representation of color #0F3E01: hue angle of 106.23º 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 #0F3E01 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 62 1 -
CMYK 0.76 0 0.98 0.76
HSL 106.23º 0.97% 0.12% -
HSV(B) 106.23º 0.98% 0.24% -
XYZ 1.93 3.55 0.61 -
YUV 40.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 15 62 1 0.76 0 0.98 0.76 106.23 0.97 0.12
Hex F 3E 1 4C 0 62 4C 6A 61 C
Octal 17 76 1 114 0 142 114 152 141 14
Binary 1111 111110 1 1001100 0 1100010 1001100 1101010 1100001 1100

Color Harmonies of #0F3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3E01

Black with #0F3E01

Text Example


Text Example

White with #0F3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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