Html Css Color HEX #012811 Dark Green

📋 copy color: '#012811'

red 1 ◦ green 40 ◦ blue 17

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

Shades of Dark Green #012811

Tints of Dark Green #012811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 68.97%

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

R = 1.72%
G = 68.97%
B = 29.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#012811 (or 0x012811) is known color: Dark Green. HEX triplet: 01, 28 and 11. RGB value is (1,40,17). Sum of RGB (Red+Green+Blue) = 1+40+17=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 40 (16.02% from 255 or 68.97% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 40 - color contains mainly: green. Hex color #012811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012811 is #FED7EE. Grayscale: #191919. Windows color (decimal): -16701423 or 1124353. OLE color: 1124353.

HSL color Cylindrical-coordinate representation of color #012811: hue angle of 144.62º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012811 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 17 -
CMYK 0.98 0 0.57 0.84
HSL 144.62º 0.95% 0.08% -
HSV(B) 144.62º 0.98% 0.16% -
XYZ 0.87 1.56 0.79 -
YUV 25.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 1 40 17 0.98 0 0.57 0.84 144.62 0.95 0.08
Hex 1 28 11 62 0 39 54 91 5F 8
Octal 1 50 21 142 0 71 124 221 137 10
Binary 1 101000 10001 1100010 0 111001 1010100 10010001 1011111 1000

Color Harmonies of #012811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012811

Black with #012811

Text Example


Text Example

White with #012811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012811; }

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

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

background-color css

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

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

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

border-color css

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

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

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