Html Css Color HEX #013921 Dark Green

📋 copy color: '#013921'

red 1 ◦ green 57 ◦ blue 33

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

Shades of Dark Green #013921

Tints of Dark Green #013921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 62.64%

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

R = 1.1%
G = 62.64%
B = 36.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#013921 (or 0x013921) is known color: Dark Green. HEX triplet: 01, 39 and 21. RGB value is (1,57,33). Sum of RGB (Red+Green+Blue) = 1+57+33=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #013921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013921 is #FEC6DE. Grayscale: #252525. Windows color (decimal): -16697055 or 2177281. OLE color: 2177281.

HSL color Cylindrical-coordinate representation of color #013921: hue angle of 154.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013921 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 33 -
CMYK 0.98 0 0.42 0.78
HSL 154.29º 0.97% 0.11% -
HSV(B) 154.29º 0.98% 0.22% -
XYZ 1.75 3.04 1.93 -
YUV 37.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 1 57 33 0.98 0 0.42 0.78 154.29 0.97 0.11
Hex 1 39 21 62 0 2A 4E 9A 61 B
Octal 1 71 41 142 0 52 116 232 141 13
Binary 1 111001 100001 1100010 0 101010 1001110 10011010 1100001 1011

Color Harmonies of #013921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013921

Black with #013921

Text Example


Text Example

White with #013921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013921; }

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

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

background-color css

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

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

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

border-color css

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

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

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