Html Css Color HEX #012721 Dark Green

📋 copy color: '#012721'

red 1 ◦ green 39 ◦ blue 33

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

Shades of Dark Green #012721

Tints of Dark Green #012721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 45.21%

R = 1.37%
G = 53.42%
B = 45.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#012721 (or 0x012721) is known color: Dark Green. HEX triplet: 01, 27 and 21. RGB value is (1,39,33). Sum of RGB (Red+Green+Blue) = 1+39+33=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #012721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012721 is #FED8DE. Grayscale: #1A1A1A. Windows color (decimal): -16701663 or 2172673. OLE color: 2172673.

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

Color convert

RGB 1 39 33 -
CMYK 0.97 0 0.15 0.85
HSL 170.53º 0.95% 0.08% -
HSV(B) 170.53º 0.97% 0.15% -
XYZ 1.01 1.57 1.69 -
YUV 26.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 1 39 33 0.97 0 0.15 0.85 170.53 0.95 0.08
Hex 1 27 21 61 0 F 55 AB 5F 8
Octal 1 47 41 141 0 17 125 253 137 10
Binary 1 100111 100001 1100001 0 1111 1010101 10101011 1011111 1000

Color Harmonies of #012721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012721

Black with #012721

Text Example


Text Example

White with #012721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012721; }

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

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

background-color css

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

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

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

border-color css

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

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

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