Html Css Color HEX #03211D Dark Green

📋 copy color: '#03211D'

red 3 ◦ green 33 ◦ blue 29

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

Shades of Dark Green #03211D

Tints of Dark Green #03211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 50.77%

 BLUE value IS 29 (11.72% from 255) = 44.62%

R = 4.62%
G = 50.77%
B = 44.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#03211D (or 0x03211D) is known color: Dark Green. HEX triplet: 03, 21 and 1D. RGB value is (3,33,29). Sum of RGB (Red+Green+Blue) = 3+33+29=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #03211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211D is #FCDEE2. Grayscale: #171717. Windows color (decimal): -16572131 or 1908995. OLE color: 1908995.

HSL color Cylindrical-coordinate representation of color #03211D: hue angle of 172º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03211D is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 33 29 -
CMYK 0.91 0 0.12 0.87
HSL 172º 0.83% 0.07% -
HSV(B) 172º 0.91% 0.13% -
XYZ 0.8 1.2 1.35 -
YUV 23.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 3 33 29 0.91 0 0.12 0.87 172 0.83 0.07
Hex 3 21 1D 5B 0 C 57 AC 53 7
Octal 3 41 35 133 0 14 127 254 123 7
Binary 11 100001 11101 1011011 0 1100 1010111 10101100 1010011 111

Color Harmonies of #03211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03211D

Black with #03211D

Text Example


Text Example

White with #03211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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