Html Css Color HEX #02520F Myrtle

📋 copy color: '#02520F'

red 2 ◦ green 82 ◦ blue 15

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

Shades of Myrtle #02520F

Tints of Myrtle #02520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 2.02%
G = 82.83%
B = 15.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#02520F (or 0x02520F) is known color: Myrtle. HEX triplet: 02, 52 and 0F. RGB value is (2,82,15). Sum of RGB (Red+Green+Blue) = 2+82+15=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #02520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02520F is #FDADF0. Grayscale: #323232. Windows color (decimal): -16625137 or 1004034. OLE color: 1004034.

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

Color convert

RGB 2 82 15 -
CMYK 0.98 0 0.82 0.68
HSL 129.75º 0.95% 0.16% -
HSV(B) 129.75º 0.98% 0.32% -
XYZ 3.13 6.08 1.46 -
YUV 50.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 2 82 15 0.98 0 0.82 0.68 129.75 0.95 0.16
Hex 2 52 F 62 0 52 44 82 5F 10
Octal 2 122 17 142 0 122 104 202 137 20
Binary 10 1010010 1111 1100010 0 1010010 1000100 10000010 1011111 10000

Color Harmonies of #02520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02520F

Black with #02520F

Text Example


Text Example

White with #02520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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