Html Css Color HEX #003A24 Dark Green

📋 copy color: '#003A24'

red 0 ◦ green 58 ◦ blue 36

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

Shades of Dark Green #003A24

Tints of Dark Green #003A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 38.3%

R = 0%
G = 61.7%
B = 38.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.77

RGB Variations

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

Color information

#003A24 (or 0x003A24) is known color: Dark Green. HEX triplet: 00, 3A and 24. RGB value is (0,58,36). Sum of RGB (Red+Green+Blue) = 0+58+36=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #003A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A24 is #FFC5DB. Grayscale: #262626. Windows color (decimal): -16762332 or 2374144. OLE color: 2374144.

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

Color convert

RGB 0 58 36 -
CMYK 1 0 0.38 0.77
HSL 157.24º 1% 0.11% -
HSV(B) 157.24º 1% 0.23% -
XYZ 1.83 3.15 2.18 -
YUV 38.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 0 58 36 1 0 0.38 0.77 157.24 1 0.11
Hex 0 3A 24 64 0 26 4D 9D 64 B
Octal 0 72 44 144 0 46 115 235 144 13
Binary 0 111010 100100 1100100 0 100110 1001101 10011101 1100100 1011

Color Harmonies of #003A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A24

Black with #003A24

Text Example


Text Example

White with #003A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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