Html Css Color HEX #023320 Dark Green

📋 copy color: '#023320'

red 2 ◦ green 51 ◦ blue 32

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

Shades of Dark Green #023320

Tints of Dark Green #023320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 60%

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

R = 2.35%
G = 60%
B = 37.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#023320 (or 0x023320) is known color: Dark Green. HEX triplet: 02, 33 and 20. RGB value is (2,51,32). Sum of RGB (Red+Green+Blue) = 2+51+32=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #023320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023320 is #FDCCDF. Grayscale: #222222. Windows color (decimal): -16633056 or 2110210. OLE color: 2110210.

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

Color convert

RGB 2 51 32 -
CMYK 0.96 0 0.37 0.8
HSL 156.73º 0.92% 0.1% -
HSV(B) 156.73º 0.96% 0.2% -
XYZ 1.47 2.48 1.77 -
YUV 34.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 2 51 32 0.96 0 0.37 0.8 156.73 0.92 0.1
Hex 2 33 20 60 0 25 50 9D 5C A
Octal 2 63 40 140 0 45 120 235 134 12
Binary 10 110011 100000 1100000 0 100101 1010000 10011101 1011100 1010

Color Harmonies of #023320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023320

Black with #023320

Text Example


Text Example

White with #023320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023320; }

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

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

background-color css

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

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

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

border-color css

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

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

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