Html Css Color HEX #024837 Deep Teal

📋 copy color: '#024837'

red 2 ◦ green 72 ◦ blue 55

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

Shades of Deep Teal #024837

Tints of Deep Teal #024837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.81%

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

R = 1.55%
G = 55.81%
B = 42.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#024837 (or 0x024837) is known color: Deep Teal. HEX triplet: 02, 48 and 37. RGB value is (2,72,55). Sum of RGB (Red+Green+Blue) = 2+72+55=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #024837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024837 is #FDB7C8. Grayscale: #313131. Windows color (decimal): -16627657 or 3622914. OLE color: 3622914.

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

Color convert

RGB 2 72 55 -
CMYK 0.97 0 0.24 0.72
HSL 165.43º 0.95% 0.15% -
HSV(B) 165.43º 0.97% 0.28% -
XYZ 3.03 4.92 4.4 -
YUV 49.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 2 72 55 0.97 0 0.24 0.72 165.43 0.95 0.15
Hex 2 48 37 61 0 18 48 A5 5F F
Octal 2 110 67 141 0 30 110 245 137 17
Binary 10 1001000 110111 1100001 0 11000 1001000 10100101 1011111 1111

Color Harmonies of #024837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024837

Black with #024837

Text Example


Text Example

White with #024837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024837; }

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

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

background-color css

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

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

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

border-color css

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

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

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