Html Css Color HEX #012322 Dark Green

📋 copy color: '#012322'

red 1 ◦ green 35 ◦ blue 34

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

Shades of Dark Green #012322

Tints of Dark Green #012322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 50%

 BLUE value IS 34 (13.67% from 255) = 48.57%

R = 1.43%
G = 50%
B = 48.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.86

RGB Variations

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

Color information

#012322 (or 0x012322) is known color: Dark Green. HEX triplet: 01, 23 and 22. RGB value is (1,35,34). Sum of RGB (Red+Green+Blue) = 1+35+34=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 34 (13.67% from 255 or 48.57% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #012322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012322 is #FEDCDD. Grayscale: #181818. Windows color (decimal): -16702686 or 2237185. OLE color: 2237185.

HSL color Cylindrical-coordinate representation of color #012322: hue angle of 178.24º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012322 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 35 34 -
CMYK 0.97 0 0.03 0.86
HSL 178.24º 0.94% 0.07% -
HSV(B) 178.24º 0.97% 0.14% -
XYZ 0.9 1.32 1.72 -
YUV 24.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 1 35 34 0.97 0 0.03 0.86 178.24 0.94 0.07
Hex 1 23 22 61 0 3 56 B2 5E 7
Octal 1 43 42 141 0 3 126 262 136 7
Binary 1 100011 100010 1100001 0 11 1010110 10110010 1011110 111

Color Harmonies of #012322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012322

Black with #012322

Text Example


Text Example

White with #012322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012322; }

 p { color: rgb(1,35,34); }

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

background-color css

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

 a { background-color: rgb(1,35,34); }

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

border-color css

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

 span { border-color: rgb(1,35,34); }

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