#0D3E33

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

Shades of Deep Teal #0D3E33

Tints of Deep Teal #0D3E33

Color information

#0D3E33 (or 0x0D3E33) is unknown color: approx Deep Teal. HEX triplet: 0D, 3E and 33. RGB value is (13,62,51). Sum of RGB (Red+Green+Blue) = 13+62+51=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E33 is #F2C1CC. Grayscale: #2E2E2E. Windows color (decimal): -15909325 or 3358221. OLE color: 3358221.

HSL color Cylindrical-coordinate representation of color #0D3E33: hue angle of 166.53º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3E33 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB136251-
CMYK0.7900.180.76
HSL166.53º65.33%14.71%-
HSV(B)166.53º79.03%24.31%-
XYZ2.493.773.73-
YUV46.1130.77104.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 62 (24.61% from 255) = 49.21%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=10.32%
G=49.21%
B=40.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1362510.7900.180.76166.5365.3314.71
HexD3E334F0124Ca741f
Octal15766311702211424710117
Binary1101111110110011100111101001010011001010011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D3E33; }

 p { color: rgb(13,62,51); }

 H1.HeaderClassName
 {
   color: #0D3E33;
 }
 .AnyTagClassName
 {
   color: #0D3E33;
 }
</style>
background-color css

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

 a { background-color: rgb(13,62,51); }

 div.DivClassName
 {
   background-color: #0D3E33;
 }
 .BgClassName
 {
   background-color: #0D3E33;
 }
</style>
border-color css

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

 span { border-color: rgb(13,62,51); }

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