Html Css Color HEX #01322B Dark Green

📋 copy color: '#01322B'

red 1 ◦ green 50 ◦ blue 43

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

Shades of Dark Green #01322B

Tints of Dark Green #01322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 45.74%

R = 1.06%
G = 53.19%
B = 45.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.80

RGB Variations

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

Color information

#01322B (or 0x01322B) is known color: Dark Green. HEX triplet: 01, 32 and 2B. RGB value is (1,50,43). Sum of RGB (Red+Green+Blue) = 1+50+43=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #01322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01322B is #FECDD4. Grayscale: #222222. Windows color (decimal): -16698837 or 2830849. OLE color: 2830849.

HSL color Cylindrical-coordinate representation of color #01322B: hue angle of 171.43º 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 #01322B is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 50 43 -
CMYK 0.98 0 0.14 0.80
HSL 171.43º 0.96% 0.1% -
HSV(B) 171.43º 0.98% 0.2% -
XYZ 1.59 2.46 2.68 -
YUV 34.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 1 50 43 0.98 0 0.14 0.80 171.43 0.96 0.1
Hex 1 32 2B 62 0 E 50 AB 60 A
Octal 1 62 53 142 0 16 120 253 140 12
Binary 1 110010 101011 1100010 0 1110 1010000 10101011 1100000 1010

Color Harmonies of #01322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01322B

Black with #01322B

Text Example


Text Example

White with #01322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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