Html Css Color HEX #014502 Myrtle

📋 copy color: '#014502'

red 1 ◦ green 69 ◦ blue 2

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

Shades of Myrtle #014502

Tints of Myrtle #014502

RGB

 RED value IS 1 (0.78% from 255) = 1.39%

 GREEN value IS 69 (27.34% from 255) = 95.83%

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

R = 1.39%
G = 95.83%
B = 2.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#014502 (or 0x014502) is known color: Myrtle. HEX triplet: 01, 45 and 02. RGB value is (1,69,2). Sum of RGB (Red+Green+Blue) = 1+69+2=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 69 (27.34% from 255 or 95.83% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 69 - color contains mainly: green. Hex color #014502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014502 is #FEBAFD. Grayscale: #292929. Windows color (decimal): -16694014 or 148737. OLE color: 148737.

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

Color convert

RGB 1 69 2 -
CMYK 0.99 0 0.97 0.73
HSL 120.88º 0.97% 0.14% -
HSV(B) 120.88º 0.99% 0.27% -
XYZ 2.15 4.27 0.77 -
YUV 41.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 1 69 2 0.99 0 0.97 0.73 120.88 0.97 0.14
Hex 1 45 2 63 0 61 49 79 61 E
Octal 1 105 2 143 0 141 111 171 141 16
Binary 1 1000101 10 1100011 0 1100001 1001001 1111001 1100001 1110

Color Harmonies of #014502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014502

Black with #014502

Text Example


Text Example

White with #014502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014502; }

 p { color: rgb(1,69,2); }

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

background-color css

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

 a { background-color: rgb(1,69,2); }

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

border-color css

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

 span { border-color: rgb(1,69,2); }

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