Html Css Color HEX #024938 Deep Teal

📋 copy color: '#024938'

red 2 ◦ green 73 ◦ blue 56

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

Shades of Deep Teal #024938

Tints of Deep Teal #024938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 42.75%

R = 1.53%
G = 55.73%
B = 42.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#024938 (or 0x024938) is known color: Deep Teal. HEX triplet: 02, 49 and 38. RGB value is (2,73,56). Sum of RGB (Red+Green+Blue) = 2+73+56=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #024938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024938 is #FDB6C7. Grayscale: #313131. Windows color (decimal): -16627400 or 3688706. OLE color: 3688706.

HSL color Cylindrical-coordinate representation of color #024938: hue angle of 165.63º 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 #024938 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 56 -
CMYK 0.97 0 0.23 0.71
HSL 165.63º 0.95% 0.15% -
HSV(B) 165.63º 0.97% 0.29% -
XYZ 3.12 5.06 4.55 -
YUV 49.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 2 73 56 0.97 0 0.23 0.71 165.63 0.95 0.15
Hex 2 49 38 61 0 17 47 A6 5F F
Octal 2 111 70 141 0 27 107 246 137 17
Binary 10 1001001 111000 1100001 0 10111 1000111 10100110 1011111 1111

Color Harmonies of #024938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024938

Black with #024938

Text Example


Text Example

White with #024938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024938; }

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

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

background-color css

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

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

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

border-color css

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

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

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