Html Css Color HEX #003A25 Dark Green

📋 copy color: '#003A25'

red 0 ◦ green 58 ◦ blue 37

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

Shades of Dark Green #003A25

Tints of Dark Green #003A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 38.95%

R = 0%
G = 61.05%
B = 38.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#003A25 (or 0x003A25) is known color: Dark Green. HEX triplet: 00, 3A and 25. RGB value is (0,58,37). Sum of RGB (Red+Green+Blue) = 0+58+37=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #003A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A25 is #FFC5DA. Grayscale: #262626. Windows color (decimal): -16762331 or 2439680. OLE color: 2439680.

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

Color convert

RGB 0 58 37 -
CMYK 1 0 0.36 0.77
HSL 158.28º 1% 0.11% -
HSV(B) 158.28º 1% 0.23% -
XYZ 1.85 3.16 2.26 -
YUV 38.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 0 58 37 1 0 0.36 0.77 158.28 1 0.11
Hex 0 3A 25 64 0 24 4D 9E 64 B
Octal 0 72 45 144 0 44 115 236 144 13
Binary 0 111010 100101 1100100 0 100100 1001101 10011110 1100100 1011

Color Harmonies of #003A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A25

Black with #003A25

Text Example


Text Example

White with #003A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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