Html Css Color HEX #02520E Myrtle

📋 copy color: '#02520E'

red 2 ◦ green 82 ◦ blue 14

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

Shades of Myrtle #02520E

Tints of Myrtle #02520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 83.67%

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 2.04%
G = 83.67%
B = 14.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#02520E (or 0x02520E) is known color: Myrtle. HEX triplet: 02, 52 and 0E. RGB value is (2,82,14). Sum of RGB (Red+Green+Blue) = 2+82+14=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #02520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02520E is #FDADF1. Grayscale: #323232. Windows color (decimal): -16625138 or 938498. OLE color: 938498.

HSL color Cylindrical-coordinate representation of color #02520E: hue angle of 129º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02520E is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 14 -
CMYK 0.98 0 0.83 0.68
HSL 129º 0.95% 0.16% -
HSV(B) 129º 0.98% 0.32% -
XYZ 3.12 6.08 1.42 -
YUV 50.33 107.5 93.53 -
System Red Green Blue C M Y K H S L
Decimal 2 82 14 0.98 0 0.83 0.68 129 0.95 0.16
Hex 2 52 E 62 0 53 44 81 5F 10
Octal 2 122 16 142 0 123 104 201 137 20
Binary 10 1010010 1110 1100010 0 1010011 1000100 10000001 1011111 10000

Color Harmonies of #02520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02520E

Black with #02520E

Text Example


Text Example

White with #02520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02520E; }

 p { color: rgb(2,82,14); }

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

background-color css

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

 a { background-color: rgb(2,82,14); }

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

border-color css

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

 span { border-color: rgb(2,82,14); }

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