Html Css Color HEX #003A2C Dark Green

📋 copy color: '#003A2C'

red 0 ◦ green 58 ◦ blue 44

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

Shades of Dark Green #003A2C

Tints of Dark Green #003A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 43.14%

R = 0%
G = 56.86%
B = 43.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.77

RGB Variations

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

Color information

#003A2C (or 0x003A2C) is known color: Dark Green. HEX triplet: 00, 3A and 2C. RGB value is (0,58,44). Sum of RGB (Red+Green+Blue) = 0+58+44=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #003A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A2C is #FFC5D3. Grayscale: #272727. Windows color (decimal): -16762324 or 2898432. OLE color: 2898432.

HSL color Cylindrical-coordinate representation of color #003A2C: hue angle of 165.52º 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 #003A2C is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 44 -
CMYK 1 0 0.24 0.77
HSL 165.52º 1% 0.11% -
HSV(B) 165.52º 1% 0.23% -
XYZ 1.97 3.21 2.9 -
YUV 39.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 0 58 44 1 0 0.24 0.77 165.52 1 0.11
Hex 0 3A 2C 64 0 18 4D A6 64 B
Octal 0 72 54 144 0 30 115 246 144 13
Binary 0 111010 101100 1100100 0 11000 1001101 10100110 1100100 1011

Color Harmonies of #003A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A2C

Black with #003A2C

Text Example


Text Example

White with #003A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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