Html Css Color HEX #0E3007 Myrtle

📋 copy color: '#0E3007'

red 14 ◦ green 48 ◦ blue 7

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

Shades of Myrtle #0E3007

Tints of Myrtle #0E3007

RGB

 RED value IS 14 (5.86% from 255) = 20.29%

 GREEN value IS 48 (19.14% from 255) = 69.57%

 BLUE value IS 7 (3.13% from 255) = 10.14%

R = 20.29%
G = 69.57%
B = 10.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#0E3007 (or 0x0E3007) is known color: Myrtle. HEX triplet: 0E, 30 and 07. RGB value is (14,48,7). Sum of RGB (Red+Green+Blue) = 14+48+7=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #0E3007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3007 is #F1CFF8. Grayscale: #212121. Windows color (decimal): -15847417 or 471054. OLE color: 471054.

HSL color Cylindrical-coordinate representation of color #0E3007: hue angle of 109.76º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E3007 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 48 7 -
CMYK 0.71 0 0.85 0.81
HSL 109.76º 0.75% 0.11% -
HSV(B) 109.76º 0.85% 0.19% -
XYZ 1.28 2.22 0.56 -
YUV 33.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 14 48 7 0.71 0 0.85 0.81 109.76 0.75 0.11
Hex E 30 7 47 0 55 51 6E 4B B
Octal 16 60 7 107 0 125 121 156 113 13
Binary 1110 110000 111 1000111 0 1010101 1010001 1101110 1001011 1011

Color Harmonies of #0E3007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3007

Black with #0E3007

Text Example


Text Example

White with #0E3007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,48,7); }

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

background-color css

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

 a { background-color: rgb(14,48,7); }

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

border-color css

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

 span { border-color: rgb(14,48,7); }

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