Html Css Color HEX #033021 Dark Green

📋 copy color: '#033021'

red 3 ◦ green 48 ◦ blue 33

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

Shades of Dark Green #033021

Tints of Dark Green #033021

RGB

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

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

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

R = 3.57%
G = 57.14%
B = 39.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#033021 (or 0x033021) is known color: Dark Green. HEX triplet: 03, 30 and 21. RGB value is (3,48,33). Sum of RGB (Red+Green+Blue) = 3+48+33=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #033021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033021 is #FCCFDE. Grayscale: #202020. Windows color (decimal): -16568287 or 2174979. OLE color: 2174979.

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

Color convert

RGB 3 48 33 -
CMYK 0.94 0 0.31 0.81
HSL 160º 0.88% 0.1% -
HSV(B) 160º 0.94% 0.19% -
XYZ 1.37 2.24 1.8 -
YUV 32.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 3 48 33 0.94 0 0.31 0.81 160 0.88 0.1
Hex 3 30 21 5E 0 1F 51 A0 58 A
Octal 3 60 41 136 0 37 121 240 130 12
Binary 11 110000 100001 1011110 0 11111 1010001 10100000 1011000 1010

Color Harmonies of #033021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033021

Black with #033021

Text Example


Text Example

White with #033021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033021; }

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

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

background-color css

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

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

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

border-color css

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

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

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