Html Css Color HEX #023920 Dark Green

📋 copy color: '#023920'

red 2 ◦ green 57 ◦ blue 32

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

Shades of Dark Green #023920

Tints of Dark Green #023920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 62.64%

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

R = 2.2%
G = 62.64%
B = 35.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#023920 (or 0x023920) is known color: Dark Green. HEX triplet: 02, 39 and 20. RGB value is (2,57,32). Sum of RGB (Red+Green+Blue) = 2+57+32=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #023920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023920 is #FDC6DF. Grayscale: #252525. Windows color (decimal): -16631520 or 2111746. OLE color: 2111746.

HSL color Cylindrical-coordinate representation of color #023920: hue angle of 152.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023920 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 57 32 -
CMYK 0.96 0 0.44 0.78
HSL 152.73º 0.93% 0.12% -
HSV(B) 152.73º 0.96% 0.22% -
XYZ 1.75 3.04 1.86 -
YUV 37.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 2 57 32 0.96 0 0.44 0.78 152.73 0.93 0.12
Hex 2 39 20 60 0 2C 4E 99 5D C
Octal 2 71 40 140 0 54 116 231 135 14
Binary 10 111001 100000 1100000 0 101100 1001110 10011001 1011101 1100

Color Harmonies of #023920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023920

Black with #023920

Text Example


Text Example

White with #023920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023920; }

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

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

background-color css

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

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

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

border-color css

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

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

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