#002110

Color #002110 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #002110

Tints of Dark Green #002110

Color information

#002110 (or 0x002110) is unknown color: approx 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

RGB03316-
CMYK100.520.87
HSL149.09º100%6.47%-
HSV(B)149.09º100%12.94%-
XYZ0.641.130.67-
YUV21.2125.07112.88-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal03316100.520.87149.091006.47
Hex02110640345795646
Octal041201440641272251446
Binary010000110000110010001101001010111100101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>