Html Css Color HEX #002110 Dark Green

📋 copy color: '#002110'

red 0 ◦ green 33 ◦ blue 16

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

Shades of Dark Green #002110

Tints of Dark Green #002110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 32.65%

R = 0%
G = 67.35%
B = 32.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#002110 (or 0x002110) is known color: Dark Green. HEX triplet: 00, 21 and 10. RGB value is (0,33,16). Sum of RGB (Red+Green+Blue) = 0+33+16=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #002110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002110 is #FFDEEF. Grayscale: #151515. Windows color (decimal): -16768752 or 1057024. OLE color: 1057024.

HSL color Cylindrical-coordinate representation of color #002110: hue angle of 149.09º 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 #002110 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 33 16 -
CMYK 1 0 0.52 0.87
HSL 149.09º 1% 0.06% -
HSV(B) 149.09º 1% 0.13% -
XYZ 0.64 1.13 0.67 -
YUV 21.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 0 33 16 1 0 0.52 0.87 149.09 1 0.06
Hex 0 21 10 64 0 34 57 95 64 6
Octal 0 41 20 144 0 64 127 225 144 6
Binary 0 100001 10000 1100100 0 110100 1010111 10010101 1100100 110

Color Harmonies of #002110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002110

Black with #002110

Text Example


Text Example

White with #002110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002110; }

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

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

background-color css

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

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

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

border-color css

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

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

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