Html Css Color HEX #002516 Dark Green

📋 copy color: '#002516'

red 0 ◦ green 37 ◦ blue 22

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

Shades of Dark Green #002516

Tints of Dark Green #002516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 37.29%

R = 0%
G = 62.71%
B = 37.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#002516 (or 0x002516) is known color: Dark Green. HEX triplet: 00, 25 and 16. RGB value is (0,37,22). Sum of RGB (Red+Green+Blue) = 0+37+22=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #002516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002516 is #FFDAE9. Grayscale: #181818. Windows color (decimal): -16767722 or 1451264. OLE color: 1451264.

HSL color Cylindrical-coordinate representation of color #002516: hue angle of 155.68º 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 #002516 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 37 22 -
CMYK 1 0 0.41 0.85
HSL 155.68º 1% 0.07% -
HSV(B) 155.68º 1% 0.15% -
XYZ 0.81 1.38 0.98 -
YUV 24.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 0 37 22 1 0 0.41 0.85 155.68 1 0.07
Hex 0 25 16 64 0 29 55 9C 64 7
Octal 0 45 26 144 0 51 125 234 144 7
Binary 0 100101 10110 1100100 0 101001 1010101 10011100 1100100 111

Color Harmonies of #002516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002516

Black with #002516

Text Example


Text Example

White with #002516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002516; }

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

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

background-color css

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

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

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

border-color css

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

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

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