#024837

Color #024837 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #024837

Tints of Deep Teal #024837

Color information

#024837 (or 0x024837) is unknown color: approx 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

RGB27255-
CMYK0.9700.240.72
HSL165.43º94.59%14.51%-
HSV(B)165.43º97.22%28.24%-
XYZ3.034.924.4-
YUV49.13131.3194.38-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272550.9700.240.72165.4394.5914.51
Hex248376101848a55ff
Octal21106714103011024513717
Binary101001000110111110000101100010010001010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>