Html Css Color HEX #01322F Dark Green

📋 copy color: '#01322F'

red 1 ◦ green 50 ◦ blue 47

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

Shades of Dark Green #01322F

Tints of Dark Green #01322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47.96%

R = 1.02%
G = 51.02%
B = 47.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#01322F (or 0x01322F) is known color: Dark Green. HEX triplet: 01, 32 and 2F. RGB value is (1,50,47). Sum of RGB (Red+Green+Blue) = 1+50+47=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #01322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01322F is #FECDD0. Grayscale: #222222. Windows color (decimal): -16698833 or 3092993. OLE color: 3092993.

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

Color convert

RGB 1 50 47 -
CMYK 0.98 0 0.06 0.80
HSL 176.33º 0.96% 0.1% -
HSV(B) 176.33º 0.98% 0.2% -
XYZ 1.67 2.49 3.08 -
YUV 35.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 1 50 47 0.98 0 0.06 0.80 176.33 0.96 0.1
Hex 1 32 2F 62 0 6 50 B0 60 A
Octal 1 62 57 142 0 6 120 260 140 12
Binary 1 110010 101111 1100010 0 110 1010000 10110000 1100000 1010

Color Harmonies of #01322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01322F

Black with #01322F

Text Example


Text Example

White with #01322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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