#102621

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

Shades of Dark Green #102621

Tints of Dark Green #102621

Color information

#102621 (or 0x102621) is unknown color: approx Dark Green. HEX triplet: 10, 26 and 21. RGB value is (16,38,33). Sum of RGB (Red+Green+Blue) = 16+38+33=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #102621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102621 is #EFD9DE. Grayscale: #1E1E1E. Windows color (decimal): -15718879 or 2172432. OLE color: 2172432.

HSL color Cylindrical-coordinate representation of color #102621: hue angle of 166.36º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #102621 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB163833-
CMYK0.5800.130.85
HSL166.36º40.74%10.59%-
HSV(B)166.36º57.89%14.9%-
XYZ1.181.611.69-
YUV30.85129.21117.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.39%
GREEN value IS 38 (15.23% from 255) = 43.68%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=18.39%
G=43.68%
B=37.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1638330.5800.130.85166.3640.7410.59
Hex1026213A0D55a629b
Octal204641720151252465113
Binary10000100110100001111010011011010101101001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102621; }

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

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

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

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

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

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

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

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