Html Css Color HEX #01322E Dark Green

📋 copy color: '#01322E'

red 1 ◦ green 50 ◦ blue 46

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

Shades of Dark Green #01322E

Tints of Dark Green #01322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 47.42%

R = 1.03%
G = 51.55%
B = 47.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#01322E (or 0x01322E) is known color: Dark Green. HEX triplet: 01, 32 and 2E. RGB value is (1,50,46). Sum of RGB (Red+Green+Blue) = 1+50+46=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #01322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01322E is #FECDD1. Grayscale: #222222. Windows color (decimal): -16698834 or 3027457. OLE color: 3027457.

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

Color convert

RGB 1 50 46 -
CMYK 0.98 0 0.08 0.80
HSL 175.1º 0.96% 0.1% -
HSV(B) 175.1º 0.98% 0.2% -
XYZ 1.65 2.48 2.98 -
YUV 34.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 1 50 46 0.98 0 0.08 0.80 175.1 0.96 0.1
Hex 1 32 2E 62 0 8 50 AF 60 A
Octal 1 62 56 142 0 10 120 257 140 12
Binary 1 110010 101110 1100010 0 1000 1010000 10101111 1100000 1010

Color Harmonies of #01322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01322E

Black with #01322E

Text Example


Text Example

White with #01322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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