Html Css Color HEX #003420 Dark Green

📋 copy color: '#003420'

red 0 ◦ green 52 ◦ blue 32

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

Shades of Dark Green #003420

Tints of Dark Green #003420

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 61.9%

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

R = 0%
G = 61.9%
B = 38.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#003420 (or 0x003420) is known color: Dark Green. HEX triplet: 00, 34 and 20. RGB value is (0,52,32). Sum of RGB (Red+Green+Blue) = 0+52+32=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #003420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003420 is #FFCBDF. Grayscale: #222222. Windows color (decimal): -16763872 or 2110464. OLE color: 2110464.

HSL color Cylindrical-coordinate representation of color #003420: hue angle of 156.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003420 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 32 -
CMYK 1 0 0.38 0.80
HSL 156.92º 1% 0.1% -
HSV(B) 156.92º 1% 0.2% -
XYZ 1.49 2.56 1.78 -
YUV 34.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 0 52 32 1 0 0.38 0.80 156.92 1 0.1
Hex 0 34 20 64 0 26 50 9D 64 A
Octal 0 64 40 144 0 46 120 235 144 12
Binary 0 110100 100000 1100100 0 100110 1010000 10011101 1100100 1010

Color Harmonies of #003420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003420

Black with #003420

Text Example


Text Example

White with #003420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003420; }

 p { color: rgb(0,52,32); }

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

background-color css

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

 a { background-color: rgb(0,52,32); }

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

border-color css

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

 span { border-color: rgb(0,52,32); }

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