Html Css Color HEX #033D33 Deep Teal

📋 copy color: '#033D33'

red 3 ◦ green 61 ◦ blue 51

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

Shades of Deep Teal #033D33

Tints of Deep Teal #033D33

RGB

 RED value IS 3 (1.56% from 255) = 2.61%

 GREEN value IS 61 (24.22% from 255) = 53.04%

 BLUE value IS 51 (20.31% from 255) = 44.35%

R = 2.61%
G = 53.04%
B = 44.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#033D33 (or 0x033D33) is known color: Deep Teal. HEX triplet: 03, 3D and 33. RGB value is (3,61,51). Sum of RGB (Red+Green+Blue) = 3+61+51=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #033D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D33 is #FCC2CC. Grayscale: #2A2A2A. Windows color (decimal): -16564941 or 3357955. OLE color: 3357955.

HSL color Cylindrical-coordinate representation of color #033D33: hue angle of 169.66º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033D33 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 61 51 -
CMYK 0.95 0 0.16 0.76
HSL 169.66º 0.91% 0.13% -
HSV(B) 169.66º 0.95% 0.24% -
XYZ 2.3 3.6 3.7 -
YUV 42.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 3 61 51 0.95 0 0.16 0.76 169.66 0.91 0.13
Hex 3 3D 33 5F 0 10 4C AA 5B D
Octal 3 75 63 137 0 20 114 252 133 15
Binary 11 111101 110011 1011111 0 10000 1001100 10101010 1011011 1101

Color Harmonies of #033D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033D33

Black with #033D33

Text Example


Text Example

White with #033D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033D33; }

 p { color: rgb(3,61,51); }

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

background-color css

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

 a { background-color: rgb(3,61,51); }

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

border-color css

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

 span { border-color: rgb(3,61,51); }

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