Html Css Color HEX #033129 Dark Green

📋 copy color: '#033129'

red 3 ◦ green 49 ◦ blue 41

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

Shades of Dark Green #033129

Tints of Dark Green #033129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 44.09%

R = 3.23%
G = 52.69%
B = 44.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#033129 (or 0x033129) is known color: Dark Green. HEX triplet: 03, 31 and 29. RGB value is (3,49,41). Sum of RGB (Red+Green+Blue) = 3+49+41=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #033129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033129 is #FCCED6. Grayscale: #222222. Windows color (decimal): -16568023 or 2699523. OLE color: 2699523.

HSL color Cylindrical-coordinate representation of color #033129: hue angle of 169.57º 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 #033129 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 49 41 -
CMYK 0.94 0 0.16 0.81
HSL 169.57º 0.88% 0.1% -
HSV(B) 169.57º 0.94% 0.19% -
XYZ 1.54 2.38 2.48 -
YUV 34.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 3 49 41 0.94 0 0.16 0.81 169.57 0.88 0.1
Hex 3 31 29 5E 0 10 51 AA 58 A
Octal 3 61 51 136 0 20 121 252 130 12
Binary 11 110001 101001 1011110 0 10000 1010001 10101010 1011000 1010

Color Harmonies of #033129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033129

Black with #033129

Text Example


Text Example

White with #033129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033129; }

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

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

background-color css

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

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

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

border-color css

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

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

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