Html Css Color HEX #012521 Dark Green

📋 copy color: '#012521'

red 1 ◦ green 37 ◦ blue 33

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

Shades of Dark Green #012521

Tints of Dark Green #012521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 46.48%

R = 1.41%
G = 52.11%
B = 46.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#012521 (or 0x012521) is known color: Dark Green. HEX triplet: 01, 25 and 21. RGB value is (1,37,33). Sum of RGB (Red+Green+Blue) = 1+37+33=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #012521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012521 is #FEDADE. Grayscale: #191919. Windows color (decimal): -16702175 or 2172161. OLE color: 2172161.

HSL color Cylindrical-coordinate representation of color #012521: hue angle of 173.33º 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 #012521 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 33 -
CMYK 0.97 0 0.11 0.85
HSL 173.33º 0.95% 0.07% -
HSV(B) 173.33º 0.97% 0.15% -
XYZ 0.95 1.44 1.67 -
YUV 25.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 1 37 33 0.97 0 0.11 0.85 173.33 0.95 0.07
Hex 1 25 21 61 0 B 55 AD 5F 7
Octal 1 45 41 141 0 13 125 255 137 7
Binary 1 100101 100001 1100001 0 1011 1010101 10101101 1011111 111

Color Harmonies of #012521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012521

Black with #012521

Text Example


Text Example

White with #012521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012521; }

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

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

background-color css

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

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

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

border-color css

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

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

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