Html Css Color HEX #012611 Dark Green

📋 copy color: '#012611'

red 1 ◦ green 38 ◦ blue 17

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

Shades of Dark Green #012611

Tints of Dark Green #012611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 67.86%

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

R = 1.79%
G = 67.86%
B = 30.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.85

RGB Variations

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

Color information

#012611 (or 0x012611) is known color: Dark Green. HEX triplet: 01, 26 and 11. RGB value is (1,38,17). Sum of RGB (Red+Green+Blue) = 1+38+17=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #012611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012611 is #FED9EE. Grayscale: #181818. Windows color (decimal): -16701935 or 1123841. OLE color: 1123841.

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

Color convert

RGB 1 38 17 -
CMYK 0.97 0 0.55 0.85
HSL 145.95º 0.95% 0.08% -
HSV(B) 145.95º 0.97% 0.15% -
XYZ 0.81 1.43 0.76 -
YUV 24.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 1 38 17 0.97 0 0.55 0.85 145.95 0.95 0.08
Hex 1 26 11 61 0 37 55 92 5F 8
Octal 1 46 21 141 0 67 125 222 137 10
Binary 1 100110 10001 1100001 0 110111 1010101 10010010 1011111 1000

Color Harmonies of #012611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012611

Black with #012611

Text Example


Text Example

White with #012611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012611; }

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

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

background-color css

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

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

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

border-color css

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

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

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