Html Css Color HEX #03210D Dark Green

📋 copy color: '#03210D'

red 3 ◦ green 33 ◦ blue 13

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

Shades of Dark Green #03210D

Tints of Dark Green #03210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 26.53%

R = 6.12%
G = 67.35%
B = 26.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#03210D (or 0x03210D) is known color: Dark Green. HEX triplet: 03, 21 and 0D. RGB value is (3,33,13). Sum of RGB (Red+Green+Blue) = 3+33+13=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #03210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03210D is #FCDEF2. Grayscale: #151515. Windows color (decimal): -16572147 or 860419. OLE color: 860419.

HSL color Cylindrical-coordinate representation of color #03210D: hue angle of 140º 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 #03210D is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 33 13 -
CMYK 0.91 0 0.61 0.87
HSL 140º 0.83% 0.07% -
HSV(B) 140º 0.91% 0.13% -
XYZ 0.65 1.14 0.57 -
YUV 21.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 3 33 13 0.91 0 0.61 0.87 140 0.83 0.07
Hex 3 21 D 5B 0 3D 57 8C 53 7
Octal 3 41 15 133 0 75 127 214 123 7
Binary 11 100001 1101 1011011 0 111101 1010111 10001100 1010011 111

Color Harmonies of #03210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03210D

Black with #03210D

Text Example


Text Example

White with #03210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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