Html Css Color HEX #00210C Dark Green

📋 copy color: '#00210C'

red 0 ◦ green 33 ◦ blue 12

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

Shades of Dark Green #00210C

Tints of Dark Green #00210C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 73.33%
B = 26.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#00210C (or 0x00210C) is known color: Dark Green. HEX triplet: 00, 21 and 0C. RGB value is (0,33,12). Sum of RGB (Red+Green+Blue) = 0+33+12=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 33 (13.28% from 255 or 73.33% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 33 - color contains mainly: green. Hex color #00210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00210C is #FFDEF3. Grayscale: #141414. Windows color (decimal): -16768756 or 794880. OLE color: 794880.

HSL color Cylindrical-coordinate representation of color #00210C: hue angle of 141.82º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00210C is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 33 12 -
CMYK 1 0 0.64 0.87
HSL 141.82º 1% 0.06% -
HSV(B) 141.82º 1% 0.13% -
XYZ 0.61 1.11 0.53 -
YUV 20.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 0 33 12 1 0 0.64 0.87 141.82 1 0.06
Hex 0 21 C 64 0 40 57 8E 64 6
Octal 0 41 14 144 0 100 127 216 144 6
Binary 0 100001 1100 1100100 0 1000000 1010111 10001110 1100100 110

Color Harmonies of #00210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00210C

Black with #00210C

Text Example


Text Example

White with #00210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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