#002210

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

Shades of Dark Green #002210

Tints of Dark Green #002210

Color information

#002210 (or 0x002210) is unknown color: approx Dark Green. HEX triplet: 00, 22 and 10. RGB value is (0,34,16). Sum of RGB (Red+Green+Blue) = 0+34+16=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 34 (13.67% from 255 or 68% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 34 - color contains mainly: green. Hex color #002210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002210 is #FFDDEF. Grayscale: #151515. Windows color (decimal): -16768496 or 1057280. OLE color: 1057280.

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

Color convert

RGB03416-
CMYK100.530.87
HSL148.24º100%6.67%-
HSV(B)148.24º100%13.33%-
XYZ0.671.180.68-
YUV21.78124.74112.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 68%
BLUE value IS 16 (6.64% from 255) = 32%
R=0%
G=68%
B=32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal03416100.530.87148.241006.67
Hex02210640355794647
Octal042201440651272241447
Binary010001010000110010001101011010111100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002210; }

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

 H1.HeaderClassName
 {
   color: #002210;
 }
 .AnyTagClassName
 {
   color: #002210;
 }
</style>
background-color css

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

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

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

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

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

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