Html Css Color HEX #011510 Dark Green

📋 copy color: '#011510'

red 1 ◦ green 21 ◦ blue 16

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

Shades of Dark Green #011510

Tints of Dark Green #011510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 55.26%

 BLUE value IS 16 (6.64% from 255) = 42.11%

R = 2.63%
G = 55.26%
B = 42.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#011510 (or 0x011510) is known color: Dark Green. HEX triplet: 01, 15 and 10. RGB value is (1,21,16). Sum of RGB (Red+Green+Blue) = 1+21+16=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #011510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011510 is #FEEAEF. Grayscale: #0E0E0E. Windows color (decimal): -16706288 or 1053953. OLE color: 1053953.

HSL color Cylindrical-coordinate representation of color #011510: hue angle of 165º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011510 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 16 -
CMYK 0.95 0 0.24 0.92
HSL 165º 0.91% 0.04% -
HSV(B) 165º 0.95% 0.08% -
XYZ 0.37 0.58 0.58 -
YUV 14.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 1 21 16 0.95 0 0.24 0.92 165 0.91 0.04
Hex 1 15 10 5F 0 18 5C A5 5B 4
Octal 1 25 20 137 0 30 134 245 133 4
Binary 1 10101 10000 1011111 0 11000 1011100 10100101 1011011 100

Color Harmonies of #011510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011510

Black with #011510

Text Example


Text Example

White with #011510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011510; }

 p { color: rgb(1,21,16); }

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

background-color css

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

 a { background-color: rgb(1,21,16); }

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

border-color css

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

 span { border-color: rgb(1,21,16); }

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