#102D21

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

Shades of Dark Green #102D21

Tints of Dark Green #102D21

Color information

#102D21 (or 0x102D21) is unknown color: approx Dark Green. HEX triplet: 10, 2D and 21. RGB value is (16,45,33). Sum of RGB (Red+Green+Blue) = 16+45+33=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #102D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102D21 is #EFD2DE. Grayscale: #222222. Windows color (decimal): -15717087 or 2174224. OLE color: 2174224.

HSL color Cylindrical-coordinate representation of color #102D21: hue angle of 155.17º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102D21 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.82.

Color convert

RGB164533-
CMYK0.6400.270.82
HSL155.17º47.54%11.96%-
HSV(B)155.17º64.44%17.65%-
XYZ1.432.11.77-
YUV34.96126.89114.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=17.02%
G=47.87%
B=35.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1645330.6400.270.82155.1747.5411.96
Hex102D214001B529b30c
Octal2055411000331222336014
Binary1000010110110000110000000110111010010100110111100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102D21; }

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

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

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

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

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

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

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

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