Html Css Color HEX #002511 Dark Green

📋 copy color: '#002511'

red 0 ◦ green 37 ◦ blue 17

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

Shades of Dark Green #002511

Tints of Dark Green #002511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 31.48%

R = 0%
G = 68.52%
B = 31.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#002511 (or 0x002511) is known color: Dark Green. HEX triplet: 00, 25 and 11. RGB value is (0,37,17). Sum of RGB (Red+Green+Blue) = 0+37+17=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #002511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002511 is #FFDAEE. Grayscale: #171717. Windows color (decimal): -16767727 or 1123584. OLE color: 1123584.

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

Color convert

RGB 0 37 17 -
CMYK 1 0 0.54 0.85
HSL 147.57º 1% 0.07% -
HSV(B) 147.57º 1% 0.15% -
XYZ 0.76 1.36 0.75 -
YUV 23.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 0 37 17 1 0 0.54 0.85 147.57 1 0.07
Hex 0 25 11 64 0 36 55 94 64 7
Octal 0 45 21 144 0 66 125 224 144 7
Binary 0 100101 10001 1100100 0 110110 1010101 10010100 1100100 111

Color Harmonies of #002511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002511

Black with #002511

Text Example


Text Example

White with #002511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002511; }

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

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

background-color css

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

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

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

border-color css

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

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

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