Html Css Color HEX #025008 Myrtle

📋 copy color: '#025008'

red 2 ◦ green 80 ◦ blue 8

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

Shades of Myrtle #025008

Tints of Myrtle #025008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.89%

R = 2.22%
G = 88.89%
B = 8.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#025008 (or 0x025008) is known color: Myrtle. HEX triplet: 02, 50 and 08. RGB value is (2,80,8). Sum of RGB (Red+Green+Blue) = 2+80+8=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 80 (31.64% from 255 or 88.89% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 80 - color contains mainly: green. Hex color #025008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025008 is #FDAFF7. Grayscale: #303030. Windows color (decimal): -16625656 or 544770. OLE color: 544770.

HSL color Cylindrical-coordinate representation of color #025008: hue angle of 124.62º 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 #025008 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 80 8 -
CMYK 0.98 0 0.90 0.69
HSL 124.62º 0.95% 0.16% -
HSV(B) 124.62º 0.98% 0.31% -
XYZ 2.94 5.77 1.19 -
YUV 48.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 2 80 8 0.98 0 0.90 0.69 124.62 0.95 0.16
Hex 2 50 8 62 0 5A 45 7D 5F 10
Octal 2 120 10 142 0 132 105 175 137 20
Binary 10 1010000 1000 1100010 0 1011010 1000101 1111101 1011111 10000

Color Harmonies of #025008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025008

Black with #025008

Text Example


Text Example

White with #025008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025008; }

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

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

background-color css

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

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

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

border-color css

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

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

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