Html Css Color HEX #002502 Myrtle

📋 copy color: '#002502'

red 0 ◦ green 37 ◦ blue 2

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

Shades of Myrtle #002502

Tints of Myrtle #002502

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 37 (14.84% from 255) = 94.87%

 BLUE value IS 2 (1.17% from 255) = 5.13%

R = 0%
G = 94.87%
B = 5.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#002502 (or 0x002502) is known color: Myrtle. HEX triplet: 00, 25 and 02. RGB value is (0,37,2). Sum of RGB (Red+Green+Blue) = 0+37+2=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 37 (14.84% from 255 or 94.87% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 37 - color contains mainly: green. Hex color #002502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002502 is #FFDAFD. Grayscale: #161616. Windows color (decimal): -16767742 or 140544. OLE color: 140544.

HSL color Cylindrical-coordinate representation of color #002502: hue angle of 123.24º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002502 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 37 2 -
CMYK 1 0 0.95 0.85
HSL 123.24º 1% 0.07% -
HSV(B) 123.24º 1% 0.15% -
XYZ 0.67 1.33 0.28 -
YUV 21.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 0 37 2 1 0 0.95 0.85 123.24 1 0.07
Hex 0 25 2 64 0 5F 55 7B 64 7
Octal 0 45 2 144 0 137 125 173 144 7
Binary 0 100101 10 1100100 0 1011111 1010101 1111011 1100100 111

Color Harmonies of #002502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002502

Black with #002502

Text Example


Text Example

White with #002502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002502; }

 p { color: rgb(0,37,2); }

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

background-color css

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

 a { background-color: rgb(0,37,2); }

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

border-color css

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

 span { border-color: rgb(0,37,2); }

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