Html Css Color HEX #023121 Dark Green

📋 copy color: '#023121'

red 2 ◦ green 49 ◦ blue 33

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

Shades of Dark Green #023121

Tints of Dark Green #023121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 58.33%

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

R = 2.38%
G = 58.33%
B = 39.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#023121 (or 0x023121) is known color: Dark Green. HEX triplet: 02, 31 and 21. RGB value is (2,49,33). Sum of RGB (Red+Green+Blue) = 2+49+33=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #023121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023121 is #FDCEDE. Grayscale: #212121. Windows color (decimal): -16633567 or 2175234. OLE color: 2175234.

HSL color Cylindrical-coordinate representation of color #023121: hue angle of 159.57º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023121 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 49 33 -
CMYK 0.96 0 0.33 0.81
HSL 159.57º 0.92% 0.1% -
HSV(B) 159.57º 0.96% 0.19% -
XYZ 1.4 2.32 1.81 -
YUV 33.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 2 49 33 0.96 0 0.33 0.81 159.57 0.92 0.1
Hex 2 31 21 60 0 21 51 A0 5C A
Octal 2 61 41 140 0 41 121 240 134 12
Binary 10 110001 100001 1100000 0 100001 1010001 10100000 1011100 1010

Color Harmonies of #023121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023121

Black with #023121

Text Example


Text Example

White with #023121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023121; }

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

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

background-color css

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

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

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

border-color css

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

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

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