Html Css Color HEX #023120 Dark Green

📋 copy color: '#023120'

red 2 ◦ green 49 ◦ blue 32

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

Shades of Dark Green #023120

Tints of Dark Green #023120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 38.55%

R = 2.41%
G = 59.04%
B = 38.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#023120 (or 0x023120) is known color: Dark Green. HEX triplet: 02, 31 and 20. RGB value is (2,49,32). Sum of RGB (Red+Green+Blue) = 2+49+32=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #023120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023120 is #FDCEDF. Grayscale: #212121. Windows color (decimal): -16633568 or 2109698. OLE color: 2109698.

HSL color Cylindrical-coordinate representation of color #023120: hue angle of 158.3º 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 #023120 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 49 32 -
CMYK 0.96 0 0.35 0.81
HSL 158.3º 0.92% 0.1% -
HSV(B) 158.3º 0.96% 0.19% -
XYZ 1.38 2.31 1.74 -
YUV 33.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 2 49 32 0.96 0 0.35 0.81 158.3 0.92 0.1
Hex 2 31 20 60 0 23 51 9E 5C A
Octal 2 61 40 140 0 43 121 236 134 12
Binary 10 110001 100000 1100000 0 100011 1010001 10011110 1011100 1010

Color Harmonies of #023120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023120

Black with #023120

Text Example


Text Example

White with #023120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023120; }

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

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

background-color css

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

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

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

border-color css

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

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

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