Html Css Color HEX #033121 Dark Green

📋 copy color: '#033121'

red 3 ◦ green 49 ◦ blue 33

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

Shades of Dark Green #033121

Tints of Dark Green #033121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 57.65%

 BLUE value IS 33 (13.28% from 255) = 38.82%

R = 3.53%
G = 57.65%
B = 38.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#033121 (or 0x033121) is known color: Dark Green. HEX triplet: 03, 31 and 21. RGB value is (3,49,33). Sum of RGB (Red+Green+Blue) = 3+49+33=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #033121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033121 is #FCCEDE. Grayscale: #212121. Windows color (decimal): -16568031 or 2175235. OLE color: 2175235.

HSL color Cylindrical-coordinate representation of color #033121: hue angle of 159.13º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033121 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 49 33 -
CMYK 0.94 0 0.33 0.81
HSL 159.13º 0.88% 0.1% -
HSV(B) 159.13º 0.94% 0.19% -
XYZ 1.41 2.33 1.81 -
YUV 33.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 3 49 33 0.94 0 0.33 0.81 159.13 0.88 0.1
Hex 3 31 21 5E 0 21 51 9F 58 A
Octal 3 61 41 136 0 41 121 237 130 12
Binary 11 110001 100001 1011110 0 100001 1010001 10011111 1011000 1010

Color Harmonies of #033121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033121

Black with #033121

Text Example


Text Example

White with #033121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033121; }

 p { color: rgb(3,49,33); }

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

background-color css

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

 a { background-color: rgb(3,49,33); }

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

border-color css

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

 span { border-color: rgb(3,49,33); }

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