Html Css Color HEX #012224 Dark Green

📋 copy color: '#012224'

red 1 ◦ green 34 ◦ blue 36

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

Shades of Dark Green #012224

Tints of Dark Green #012224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 47.89%

 BLUE value IS 36 (14.45% from 255) = 50.7%

R = 1.41%
G = 47.89%
B = 50.7%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#012224 (or 0x012224) is known color: Dark Green. HEX triplet: 01, 22 and 24. RGB value is (1,34,36). Sum of RGB (Red+Green+Blue) = 1+34+36=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 34 (13.67% from 255 or 47.89% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #012224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012224 is #FEDDDB. Grayscale: #181818. Windows color (decimal): -16702940 or 2368001. OLE color: 2368001.

HSL color Cylindrical-coordinate representation of color #012224: hue angle of 183.43º degrees, saturation: 0.95, 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 #012224 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 34 36 -
CMYK 0.97 0.06 0 0.86
HSL 183.43º 0.95% 0.07% -
HSV(B) 183.43º 0.97% 0.14% -
XYZ 0.9 1.28 1.87 -
YUV 24.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 1 34 36 0.97 0.06 0 0.86 183.43 0.95 0.07
Hex 1 22 24 61 6 0 56 B7 5F 7
Octal 1 42 44 141 6 0 126 267 137 7
Binary 1 100010 100100 1100001 110 0 1010110 10110111 1011111 111

Color Harmonies of #012224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012224

Black with #012224

Text Example


Text Example

White with #012224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012224; }

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

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

background-color css

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

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

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

border-color css

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

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

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