Html Css Color HEX #0F362F Deep Teal

📋 copy color: '#0F362F'

red 15 ◦ green 54 ◦ blue 47

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

Shades of Deep Teal #0F362F

Tints of Deep Teal #0F362F

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 value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#0F362F (or 0x0F362F) is known color: 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

RGB 15 54 47 -
CMYK 0.72 0 0.13 0.79
HSL 169.23º 0.57% 0.14% -
HSV(B) 169.23º 0.72% 0.21% -
XYZ 2.03 2.95 3.15 -
YUV 41.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 15 54 47 0.72 0 0.13 0.79 169.23 0.57 0.14
Hex F 36 2F 48 0 D 4F A9 39 E
Octal 17 66 57 110 0 15 117 251 71 16
Binary 1111 110110 101111 1001000 0 1101 1001111 10101001 111001 1110

Color Harmonies of #0F362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F362F

Black with #0F362F

Text Example


Text Example

White with #0F362F

Text Example


Text Example

HTML Codes & Css Web 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>