Html Css Color HEX #024937 Deep Teal

📋 copy color: '#024937'

red 2 ◦ green 73 ◦ blue 55

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

Shades of Deep Teal #024937

Tints of Deep Teal #024937

RGB

 RED value IS 2 (1.17% from 255) = 1.54%

 GREEN value IS 73 (28.91% from 255) = 56.15%

 BLUE value IS 55 (21.88% from 255) = 42.31%

R = 1.54%
G = 56.15%
B = 42.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#024937 (or 0x024937) is known color: Deep Teal. HEX triplet: 02, 49 and 37. RGB value is (2,73,55). Sum of RGB (Red+Green+Blue) = 2+73+55=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #024937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024937 is #FDB6C8. Grayscale: #313131. Windows color (decimal): -16627401 or 3623170. OLE color: 3623170.

HSL color Cylindrical-coordinate representation of color #024937: hue angle of 164.79º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024937 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 55 -
CMYK 0.97 0 0.25 0.71
HSL 164.79º 0.95% 0.15% -
HSV(B) 164.79º 0.97% 0.29% -
XYZ 3.1 5.05 4.43 -
YUV 49.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 2 73 55 0.97 0 0.25 0.71 164.79 0.95 0.15
Hex 2 49 37 61 0 19 47 A5 5F F
Octal 2 111 67 141 0 31 107 245 137 17
Binary 10 1001001 110111 1100001 0 11001 1000111 10100101 1011111 1111

Color Harmonies of #024937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024937

Black with #024937

Text Example


Text Example

White with #024937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024937; }

 p { color: rgb(2,73,55); }

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

background-color css

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

 a { background-color: rgb(2,73,55); }

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

border-color css

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

 span { border-color: rgb(2,73,55); }

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