Html Css Color HEX #005002 Myrtle

📋 copy color: '#005002'

red 0 ◦ green 80 ◦ blue 2

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

Shades of Myrtle #005002

Tints of Myrtle #005002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 97.56%

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

R = 0%
G = 97.56%
B = 2.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#005002 (or 0x005002) is known color: Myrtle. HEX triplet: 00, 50 and 02. RGB value is (0,80,2). Sum of RGB (Red+Green+Blue) = 0+80+2=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 80 (31.64% from 255 or 97.56% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 80 - color contains mainly: green. Hex color #005002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005002 is #FFAFFD. Grayscale: #2F2F2F. Windows color (decimal): -16756734 or 151552. OLE color: 151552.

HSL color Cylindrical-coordinate representation of color #005002: hue angle of 121.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005002 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 2 -
CMYK 1 0 0.98 0.69
HSL 121.5º 1% 0.16% -
HSV(B) 121.5º 1% 0.31% -
XYZ 2.88 5.74 1.01 -
YUV 47.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 0 80 2 1 0 0.98 0.69 121.5 1 0.16
Hex 0 50 2 64 0 62 45 7A 64 10
Octal 0 120 2 144 0 142 105 172 144 20
Binary 0 1010000 10 1100100 0 1100010 1000101 1111010 1100100 10000

Color Harmonies of #005002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005002

Black with #005002

Text Example


Text Example

White with #005002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005002; }

 p { color: rgb(0,80,2); }

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

background-color css

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

 a { background-color: rgb(0,80,2); }

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

border-color css

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

 span { border-color: rgb(0,80,2); }

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