Html Css Color HEX #004802 Myrtle

📋 copy color: '#004802'

red 0 ◦ green 72 ◦ blue 2

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

Shades of Myrtle #004802

Tints of Myrtle #004802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 97.3%

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

R = 0%
G = 97.3%
B = 2.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#004802 (or 0x004802) is known color: Myrtle. HEX triplet: 00, 48 and 02. RGB value is (0,72,2). Sum of RGB (Red+Green+Blue) = 0+72+2=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 72 (28.52% from 255 or 97.30% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 72 - color contains mainly: green. Hex color #004802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004802 is #FFB7FD. Grayscale: #2A2A2A. Windows color (decimal): -16758782 or 149504. OLE color: 149504.

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

Color convert

RGB 0 72 2 -
CMYK 1 0 0.97 0.72
HSL 121.67º 1% 0.14% -
HSV(B) 121.67º 1% 0.28% -
XYZ 2.33 4.64 0.83 -
YUV 42.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 0 72 2 1 0 0.97 0.72 121.67 1 0.14
Hex 0 48 2 64 0 61 48 7A 64 E
Octal 0 110 2 144 0 141 110 172 144 16
Binary 0 1001000 10 1100100 0 1100001 1001000 1111010 1100100 1110

Color Harmonies of #004802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004802

Black with #004802

Text Example


Text Example

White with #004802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004802; }

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

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

background-color css

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

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

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

border-color css

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

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

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