Html Css Color HEX #012522 Dark Green

📋 copy color: '#012522'

red 1 ◦ green 37 ◦ blue 34

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

Shades of Dark Green #012522

Tints of Dark Green #012522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 51.39%

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

R = 1.39%
G = 51.39%
B = 47.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#012522 (or 0x012522) is known color: Dark Green. HEX triplet: 01, 25 and 22. RGB value is (1,37,34). Sum of RGB (Red+Green+Blue) = 1+37+34=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 34 (13.67% from 255 or 47.22% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #012522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012522 is #FEDADD. Grayscale: #191919. Windows color (decimal): -16702174 or 2237697. OLE color: 2237697.

HSL color Cylindrical-coordinate representation of color #012522: hue angle of 175º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012522 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 34 -
CMYK 0.97 0 0.08 0.85
HSL 175º 0.95% 0.07% -
HSV(B) 175º 0.97% 0.15% -
XYZ 0.96 1.45 1.74 -
YUV 25.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 1 37 34 0.97 0 0.08 0.85 175 0.95 0.07
Hex 1 25 22 61 0 8 55 AF 5F 7
Octal 1 45 42 141 0 10 125 257 137 7
Binary 1 100101 100010 1100001 0 1000 1010101 10101111 1011111 111

Color Harmonies of #012522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012522

Black with #012522

Text Example


Text Example

White with #012522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012522; }

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

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

background-color css

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

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

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

border-color css

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

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

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