Html Css Color HEX #012711 Dark Green

📋 copy color: '#012711'

red 1 ◦ green 39 ◦ blue 17

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

Shades of Dark Green #012711

Tints of Dark Green #012711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 68.42%

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

R = 1.75%
G = 68.42%
B = 29.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#012711 (or 0x012711) is known color: Dark Green. HEX triplet: 01, 27 and 11. RGB value is (1,39,17). Sum of RGB (Red+Green+Blue) = 1+39+17=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #012711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012711 is #FED8EE. Grayscale: #191919. Windows color (decimal): -16701679 or 1124097. OLE color: 1124097.

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

Color convert

RGB 1 39 17 -
CMYK 0.97 0 0.56 0.85
HSL 145.26º 0.95% 0.08% -
HSV(B) 145.26º 0.97% 0.15% -
XYZ 0.84 1.5 0.78 -
YUV 25.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 1 39 17 0.97 0 0.56 0.85 145.26 0.95 0.08
Hex 1 27 11 61 0 38 55 91 5F 8
Octal 1 47 21 141 0 70 125 221 137 10
Binary 1 100111 10001 1100001 0 111000 1010101 10010001 1011111 1000

Color Harmonies of #012711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012711

Black with #012711

Text Example


Text Example

White with #012711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012711; }

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

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

background-color css

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

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

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

border-color css

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

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

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