Html Css Color HEX #02520B Myrtle

📋 copy color: '#02520B'

red 2 ◦ green 82 ◦ blue 11

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

Shades of Myrtle #02520B

Tints of Myrtle #02520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.58%

R = 2.11%
G = 86.32%
B = 11.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#02520B (or 0x02520B) is known color: Myrtle. HEX triplet: 02, 52 and 0B. RGB value is (2,82,11). Sum of RGB (Red+Green+Blue) = 2+82+11=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 82 (32.42% from 255 or 86.32% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 82 - color contains mainly: green. Hex color #02520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02520B is #FDADF4. Grayscale: #323232. Windows color (decimal): -16625141 or 741890. OLE color: 741890.

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

Color convert

RGB 2 82 11 -
CMYK 0.98 0 0.87 0.68
HSL 126.75º 0.95% 0.16% -
HSV(B) 126.75º 0.98% 0.32% -
XYZ 3.1 6.07 1.33 -
YUV 49.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 2 82 11 0.98 0 0.87 0.68 126.75 0.95 0.16
Hex 2 52 B 62 0 57 44 7F 5F 10
Octal 2 122 13 142 0 127 104 177 137 20
Binary 10 1010010 1011 1100010 0 1010111 1000100 1111111 1011111 10000

Color Harmonies of #02520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02520B

Black with #02520B

Text Example


Text Example

White with #02520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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