Html Css Color HEX #013221 Dark Green

📋 copy color: '#013221'

red 1 ◦ green 50 ◦ blue 33

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

Shades of Dark Green #013221

Tints of Dark Green #013221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 59.52%

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

R = 1.19%
G = 59.52%
B = 39.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#013221 (or 0x013221) is known color: Dark Green. HEX triplet: 01, 32 and 21. RGB value is (1,50,33). Sum of RGB (Red+Green+Blue) = 1+50+33=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #013221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013221 is #FECDDE. Grayscale: #212121. Windows color (decimal): -16698847 or 2175489. OLE color: 2175489.

HSL color Cylindrical-coordinate representation of color #013221: hue angle of 159.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013221 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 50 33 -
CMYK 0.98 0 0.34 0.80
HSL 159.18º 0.96% 0.1% -
HSV(B) 159.18º 0.98% 0.2% -
XYZ 1.43 2.4 1.83 -
YUV 33.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 1 50 33 0.98 0 0.34 0.80 159.18 0.96 0.1
Hex 1 32 21 62 0 22 50 9F 60 A
Octal 1 62 41 142 0 42 120 237 140 12
Binary 1 110010 100001 1100010 0 100010 1010000 10011111 1100000 1010

Color Harmonies of #013221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013221

Black with #013221

Text Example


Text Example

White with #013221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013221; }

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

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

background-color css

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

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

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

border-color css

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

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

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