Html Css Color HEX #003A2E Dark Green

📋 copy color: '#003A2E'

red 0 ◦ green 58 ◦ blue 46

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

Shades of Dark Green #003A2E

Tints of Dark Green #003A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 44.23%

R = 0%
G = 55.77%
B = 44.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.77

RGB Variations

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

Color information

#003A2E (or 0x003A2E) is known color: Dark Green. HEX triplet: 00, 3A and 2E. RGB value is (0,58,46). Sum of RGB (Red+Green+Blue) = 0+58+46=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #003A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A2E is #FFC5D1. Grayscale: #272727. Windows color (decimal): -16762322 or 3029504. OLE color: 3029504.

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

Color convert

RGB 0 58 46 -
CMYK 1 0 0.21 0.77
HSL 167.59º 1% 0.11% -
HSV(B) 167.59º 1% 0.23% -
XYZ 2.01 3.22 3.1 -
YUV 39.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 0 58 46 1 0 0.21 0.77 167.59 1 0.11
Hex 0 3A 2E 64 0 15 4D A8 64 B
Octal 0 72 56 144 0 25 115 250 144 13
Binary 0 111010 101110 1100100 0 10101 1001101 10101000 1100100 1011

Color Harmonies of #003A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A2E

Black with #003A2E

Text Example


Text Example

White with #003A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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