#0F362F

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

Shades of Deep Teal #0F362F

Tints of Deep Teal #0F362F

Color information

#0F362F (or 0x0F362F) is unknown color: approx Deep Teal. HEX triplet: 0F, 36 and 2F. RGB value is (15,54,47). Sum of RGB (Red+Green+Blue) = 15+54+47=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #0F362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F362F is #F0C9D0. Grayscale: #292929. Windows color (decimal): -15780305 or 3094031. OLE color: 3094031.

HSL color Cylindrical-coordinate representation of color #0F362F: hue angle of 169.23º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F362F is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB155447-
CMYK0.7200.130.79
HSL169.23º56.52%13.53%-
HSV(B)169.23º72.22%21.18%-
XYZ2.032.953.15-
YUV41.54131.08109.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.93%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=12.93%
G=46.55%
B=40.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1554470.7200.130.79169.2356.5213.53
HexF362F480D4Fa939e
Octal1766571100151172517116
Binary11111101101011111001000011011001111101010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,54,47); }

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

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

 a { background-color: rgb(15,54,47); }

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

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

 span { border-color: rgb(15,54,47); }

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