Html Css Color HEX #012511 Dark Green

📋 copy color: '#012511'

red 1 ◦ green 37 ◦ blue 17

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

Shades of Dark Green #012511

Tints of Dark Green #012511

RGB

 RED value IS 1 (0.78% from 255) = 1.82%

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

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

R = 1.82%
G = 67.27%
B = 30.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#012511 (or 0x012511) is known color: Dark Green. HEX triplet: 01, 25 and 11. RGB value is (1,37,17). Sum of RGB (Red+Green+Blue) = 1+37+17=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #012511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012511 is #FEDAEE. Grayscale: #181818. Windows color (decimal): -16702191 or 1123585. OLE color: 1123585.

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

Color convert

RGB 1 37 17 -
CMYK 0.97 0 0.54 0.85
HSL 146.67º 0.95% 0.07% -
HSV(B) 146.67º 0.97% 0.15% -
XYZ 0.78 1.37 0.75 -
YUV 23.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 1 37 17 0.97 0 0.54 0.85 146.67 0.95 0.07
Hex 1 25 11 61 0 36 55 93 5F 7
Octal 1 45 21 141 0 66 125 223 137 7
Binary 1 100101 10001 1100001 0 110110 1010101 10010011 1011111 111

Color Harmonies of #012511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012511

Black with #012511

Text Example


Text Example

White with #012511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012511; }

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

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

background-color css

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

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

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

border-color css

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

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

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