Html Css Color HEX #025006 Myrtle

📋 copy color: '#025006'

red 2 ◦ green 80 ◦ blue 6

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

Shades of Myrtle #025006

Tints of Myrtle #025006

RGB

 RED value IS 2 (1.17% from 255) = 2.27%

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

 BLUE value IS 6 (2.73% from 255) = 6.82%

R = 2.27%
G = 90.91%
B = 6.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#025006 (or 0x025006) is known color: Myrtle. HEX triplet: 02, 50 and 06. RGB value is (2,80,6). Sum of RGB (Red+Green+Blue) = 2+80+6=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 80 (31.64% from 255 or 90.91% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 80 - color contains mainly: green. Hex color #025006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025006 is #FDAFF9. Grayscale: #303030. Windows color (decimal): -16625658 or 413698. OLE color: 413698.

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

Color convert

RGB 2 80 6 -
CMYK 0.98 0 0.92 0.69
HSL 123.08º 0.95% 0.16% -
HSV(B) 123.08º 0.98% 0.31% -
XYZ 2.93 5.76 1.13 -
YUV 48.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 2 80 6 0.98 0 0.92 0.69 123.08 0.95 0.16
Hex 2 50 6 62 0 5C 45 7B 5F 10
Octal 2 120 6 142 0 134 105 173 137 20
Binary 10 1010000 110 1100010 0 1011100 1000101 1111011 1011111 10000

Color Harmonies of #025006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025006

Black with #025006

Text Example


Text Example

White with #025006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025006; }

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

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

background-color css

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

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

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

border-color css

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

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

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