Html Css Color HEX #012720 Dark Green

📋 copy color: '#012720'

red 1 ◦ green 39 ◦ blue 32

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

Shades of Dark Green #012720

Tints of Dark Green #012720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 44.44%

R = 1.39%
G = 54.17%
B = 44.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#012720 (or 0x012720) is known color: Dark Green. HEX triplet: 01, 27 and 20. RGB value is (1,39,32). Sum of RGB (Red+Green+Blue) = 1+39+32=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #012720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012720 is #FED8DF. Grayscale: #1A1A1A. Windows color (decimal): -16701664 or 2107137. OLE color: 2107137.

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

Color convert

RGB 1 39 32 -
CMYK 0.97 0 0.18 0.85
HSL 168.95º 0.95% 0.08% -
HSV(B) 168.95º 0.97% 0.15% -
XYZ 1 1.56 1.62 -
YUV 26.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 1 39 32 0.97 0 0.18 0.85 168.95 0.95 0.08
Hex 1 27 20 61 0 12 55 A9 5F 8
Octal 1 47 40 141 0 22 125 251 137 10
Binary 1 100111 100000 1100001 0 10010 1010101 10101001 1011111 1000

Color Harmonies of #012720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012720

Black with #012720

Text Example


Text Example

White with #012720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012720; }

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

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

background-color css

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

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

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

border-color css

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

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

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