#102C21

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

Shades of Dark Green #102C21

Tints of Dark Green #102C21

Color information

#102C21 (or 0x102C21) is unknown color: approx Dark Green. HEX triplet: 10, 2C and 21. RGB value is (16,44,33). Sum of RGB (Red+Green+Blue) = 16+44+33=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #102C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102C21 is #EFD3DE. Grayscale: #222222. Windows color (decimal): -15717343 or 2173968. OLE color: 2173968.

HSL color Cylindrical-coordinate representation of color #102C21: hue angle of 156.43º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102C21 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB164433-
CMYK0.6400.250.83
HSL156.43º46.67%11.76%-
HSV(B)156.43º63.64%17.25%-
XYZ1.392.021.76-
YUV34.37127.22114.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 44 (17.58% from 255) = 47.31%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=17.20%
G=47.31%
B=35.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1644330.6400.250.83156.4346.6711.76
Hex102C2140019539c2fc
Octal2054411000311232345714
Binary1000010110010000110000000110011010011100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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