Html Css Color HEX #002E01 Myrtle

📋 copy color: '#002E01'

red 0 ◦ green 46 ◦ blue 1

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

Shades of Myrtle #002E01

Tints of Myrtle #002E01

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 46 (18.36% from 255) = 97.87%

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

R = 0%
G = 97.87%
B = 2.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.82

RGB Variations

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

Color information

#002E01 (or 0x002E01) is known color: Myrtle. HEX triplet: 00, 2E and 01. RGB value is (0,46,1). Sum of RGB (Red+Green+Blue) = 0+46+1=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 46 (18.36% from 255 or 97.87% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 46 - color contains mainly: green. Hex color #002E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002E01 is #FFD1FE. Grayscale: #1B1B1B. Windows color (decimal): -16765439 or 77312. OLE color: 77312.

HSL color Cylindrical-coordinate representation of color #002E01: hue angle of 121.3º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E01 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 46 1 -
CMYK 1 0 0.98 0.82
HSL 121.3º 1% 0.09% -
HSV(B) 121.3º 1% 0.18% -
XYZ 0.98 1.96 0.35 -
YUV 27.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 0 46 1 1 0 0.98 0.82 121.3 1 0.09
Hex 0 2E 1 64 0 62 52 79 64 9
Octal 0 56 1 144 0 142 122 171 144 11
Binary 0 101110 1 1100100 0 1100010 1010010 1111001 1100100 1001

Color Harmonies of #002E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E01

Black with #002E01

Text Example


Text Example

White with #002E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002E01; }

 p { color: rgb(0,46,1); }

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

background-color css

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

 a { background-color: rgb(0,46,1); }

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

border-color css

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

 span { border-color: rgb(0,46,1); }

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