Html Css Color HEX #033028 Dark Green

📋 copy color: '#033028'

red 3 ◦ green 48 ◦ blue 40

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

Shades of Dark Green #033028

Tints of Dark Green #033028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.75%

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

R = 3.3%
G = 52.75%
B = 43.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#033028 (or 0x033028) is known color: Dark Green. HEX triplet: 03, 30 and 28. RGB value is (3,48,40). Sum of RGB (Red+Green+Blue) = 3+48+40=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #033028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033028 is #FCCFD7. Grayscale: #212121. Windows color (decimal): -16568280 or 2633731. OLE color: 2633731.

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

Color convert

RGB 3 48 40 -
CMYK 0.94 0 0.17 0.81
HSL 169.33º 0.88% 0.1% -
HSV(B) 169.33º 0.94% 0.19% -
XYZ 1.48 2.29 2.37 -
YUV 33.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 3 48 40 0.94 0 0.17 0.81 169.33 0.88 0.1
Hex 3 30 28 5E 0 11 51 A9 58 A
Octal 3 60 50 136 0 21 121 251 130 12
Binary 11 110000 101000 1011110 0 10001 1010001 10101001 1011000 1010

Color Harmonies of #033028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033028

Black with #033028

Text Example


Text Example

White with #033028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033028; }

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

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

background-color css

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

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

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

border-color css

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

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

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