Html Css Color HEX #003A28 Dark Green

📋 copy color: '#003A28'

red 0 ◦ green 58 ◦ blue 40

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

Shades of Dark Green #003A28

Tints of Dark Green #003A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 59.18%

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

R = 0%
G = 59.18%
B = 40.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#003A28 (or 0x003A28) is known color: Dark Green. HEX triplet: 00, 3A and 28. RGB value is (0,58,40). Sum of RGB (Red+Green+Blue) = 0+58+40=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #003A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A28 is #FFC5D7. Grayscale: #262626. Windows color (decimal): -16762328 or 2636288. OLE color: 2636288.

HSL color Cylindrical-coordinate representation of color #003A28: hue angle of 161.38º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A28 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 40 -
CMYK 1 0 0.31 0.77
HSL 161.38º 1% 0.11% -
HSV(B) 161.38º 1% 0.23% -
XYZ 1.9 3.18 2.52 -
YUV 38.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 0 58 40 1 0 0.31 0.77 161.38 1 0.11
Hex 0 3A 28 64 0 1F 4D A1 64 B
Octal 0 72 50 144 0 37 115 241 144 13
Binary 0 111010 101000 1100100 0 11111 1001101 10100001 1100100 1011

Color Harmonies of #003A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A28

Black with #003A28

Text Example


Text Example

White with #003A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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