Html Css Color HEX #033328 Dark Green

📋 copy color: '#033328'

red 3 ◦ green 51 ◦ blue 40

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

Shades of Dark Green #033328

Tints of Dark Green #033328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 54.26%

 BLUE value IS 40 (16.02% from 255) = 42.55%

R = 3.19%
G = 54.26%
B = 42.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#033328 (or 0x033328) is known color: Dark Green. HEX triplet: 03, 33 and 28. RGB value is (3,51,40). Sum of RGB (Red+Green+Blue) = 3+51+40=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #033328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033328 is #FCCCD7. Grayscale: #232323. Windows color (decimal): -16567512 or 2634499. OLE color: 2634499.

HSL color Cylindrical-coordinate representation of color #033328: hue angle of 166.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033328 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 3 51 40 -
CMYK 0.94 0 0.22 0.8
HSL 166.25º 0.89% 0.11% -
HSV(B) 166.25º 0.94% 0.2% -
XYZ 1.6 2.54 2.41 -
YUV 35.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 3 51 40 0.94 0 0.22 0.8 166.25 0.89 0.11
Hex 3 33 28 5E 0 16 50 A6 59 B
Octal 3 63 50 136 0 26 120 246 131 13
Binary 11 110011 101000 1011110 0 10110 1010000 10100110 1011001 1011

Color Harmonies of #033328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033328

Black with #033328

Text Example


Text Example

White with #033328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033328; }

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

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

background-color css

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

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

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

border-color css

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

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

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