Html Css Color HEX #02520C Myrtle

📋 copy color: '#02520C'

red 2 ◦ green 82 ◦ blue 12

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

Shades of Myrtle #02520C

Tints of Myrtle #02520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.5%

R = 2.08%
G = 85.42%
B = 12.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#02520C (or 0x02520C) is known color: Myrtle. HEX triplet: 02, 52 and 0C. RGB value is (2,82,12). Sum of RGB (Red+Green+Blue) = 2+82+12=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 82 (32.42% from 255 or 85.42% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 82 - color contains mainly: green. Hex color #02520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02520C is #FDADF3. Grayscale: #323232. Windows color (decimal): -16625140 or 807426. OLE color: 807426.

HSL color Cylindrical-coordinate representation of color #02520C: hue angle of 127.5º 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 #02520C is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 12 -
CMYK 0.98 0 0.85 0.68
HSL 127.5º 0.95% 0.16% -
HSV(B) 127.5º 0.98% 0.32% -
XYZ 3.11 6.07 1.36 -
YUV 50.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 2 82 12 0.98 0 0.85 0.68 127.5 0.95 0.16
Hex 2 52 C 62 0 55 44 80 5F 10
Octal 2 122 14 142 0 125 104 200 137 20
Binary 10 1010010 1100 1100010 0 1010101 1000100 10000000 1011111 10000

Color Harmonies of #02520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02520C

Black with #02520C

Text Example


Text Example

White with #02520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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