Html Css Color HEX #003428 Dark Green

📋 copy color: '#003428'

red 0 ◦ green 52 ◦ blue 40

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

Shades of Dark Green #003428

Tints of Dark Green #003428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.48%

R = 0%
G = 56.52%
B = 43.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#003428 (or 0x003428) is known color: Dark Green. HEX triplet: 00, 34 and 28. RGB value is (0,52,40). Sum of RGB (Red+Green+Blue) = 0+52+40=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #003428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003428 is #FFCBD7. Grayscale: #232323. Windows color (decimal): -16763864 or 2634752. OLE color: 2634752.

HSL color Cylindrical-coordinate representation of color #003428: hue angle of 166.15º 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 #003428 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 40 -
CMYK 1 0 0.23 0.80
HSL 166.15º 1% 0.1% -
HSV(B) 166.15º 1% 0.2% -
XYZ 1.61 2.61 2.43 -
YUV 35.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 0 52 40 1 0 0.23 0.80 166.15 1 0.1
Hex 0 34 28 64 0 17 50 A6 64 A
Octal 0 64 50 144 0 27 120 246 144 12
Binary 0 110100 101000 1100100 0 10111 1010000 10100110 1100100 1010

Color Harmonies of #003428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003428

Black with #003428

Text Example


Text Example

White with #003428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003428; }

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

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

background-color css

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

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

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

border-color css

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

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

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