Html Css Color HEX #03210C Dark Green

📋 copy color: '#03210C'

red 3 ◦ green 33 ◦ blue 12

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

Shades of Dark Green #03210C

Tints of Dark Green #03210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 25%

R = 6.25%
G = 68.75%
B = 25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#03210C (or 0x03210C) is known color: Dark Green. HEX triplet: 03, 21 and 0C. RGB value is (3,33,12). Sum of RGB (Red+Green+Blue) = 3+33+12=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #03210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03210C is #FCDEF3. Grayscale: #151515. Windows color (decimal): -16572148 or 794883. OLE color: 794883.

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

Color convert

RGB 3 33 12 -
CMYK 0.91 0 0.64 0.87
HSL 138º 0.83% 0.07% -
HSV(B) 138º 0.91% 0.13% -
XYZ 0.65 1.13 0.53 -
YUV 21.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 3 33 12 0.91 0 0.64 0.87 138 0.83 0.07
Hex 3 21 C 5B 0 40 57 8A 53 7
Octal 3 41 14 133 0 100 127 212 123 7
Binary 11 100001 1100 1011011 0 1000000 1010111 10001010 1010011 111

Color Harmonies of #03210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03210C

Black with #03210C

Text Example


Text Example

White with #03210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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