Html Css Color HEX #022521 Dark Green

📋 copy color: '#022521'

red 2 ◦ green 37 ◦ blue 33

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

Shades of Dark Green #022521

Tints of Dark Green #022521

RGB

 RED value IS 2 (1.17% from 255) = 2.78%

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

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

R = 2.78%
G = 51.39%
B = 45.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#022521 (or 0x022521) is known color: Dark Green. HEX triplet: 02, 25 and 21. RGB value is (2,37,33). Sum of RGB (Red+Green+Blue) = 2+37+33=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #022521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022521 is #FDDADE. Grayscale: #1A1A1A. Windows color (decimal): -16636639 or 2172162. OLE color: 2172162.

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

Color convert

RGB 2 37 33 -
CMYK 0.95 0 0.11 0.85
HSL 173.14º 0.9% 0.08% -
HSV(B) 173.14º 0.95% 0.15% -
XYZ 0.96 1.45 1.67 -
YUV 26.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 2 37 33 0.95 0 0.11 0.85 173.14 0.9 0.08
Hex 2 25 21 5F 0 B 55 AD 5A 8
Octal 2 45 41 137 0 13 125 255 132 10
Binary 10 100101 100001 1011111 0 1011 1010101 10101101 1011010 1000

Color Harmonies of #022521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022521

Black with #022521

Text Example


Text Example

White with #022521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022521; }

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

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

background-color css

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

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

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

border-color css

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

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

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