Html Css Color HEX #012421 Dark Green

📋 copy color: '#012421'

red 1 ◦ green 36 ◦ blue 33

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

Shades of Dark Green #012421

Tints of Dark Green #012421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 51.43%

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

R = 1.43%
G = 51.43%
B = 47.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#012421 (or 0x012421) is known color: Dark Green. HEX triplet: 01, 24 and 21. RGB value is (1,36,33). Sum of RGB (Red+Green+Blue) = 1+36+33=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #012421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012421 is #FEDBDE. Grayscale: #191919. Windows color (decimal): -16702431 or 2171905. OLE color: 2171905.

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

Color convert

RGB 1 36 33 -
CMYK 0.97 0 0.08 0.86
HSL 174.86º 0.95% 0.07% -
HSV(B) 174.86º 0.97% 0.14% -
XYZ 0.92 1.38 1.66 -
YUV 25.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 1 36 33 0.97 0 0.08 0.86 174.86 0.95 0.07
Hex 1 24 21 61 0 8 56 AF 5F 7
Octal 1 44 41 141 0 10 126 257 137 7
Binary 1 100100 100001 1100001 0 1000 1010110 10101111 1011111 111

Color Harmonies of #012421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012421

Black with #012421

Text Example


Text Example

White with #012421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012421; }

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

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

background-color css

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

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

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

border-color css

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

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

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