#102721

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

Shades of Dark Green #102721

Tints of Dark Green #102721

Color information

#102721 (or 0x102721) is unknown color: approx Dark Green. HEX triplet: 10, 27 and 21. RGB value is (16,39,33). Sum of RGB (Red+Green+Blue) = 16+39+33=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #102721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102721 is #EFD8DE. Grayscale: #1F1F1F. Windows color (decimal): -15718623 or 2172688. OLE color: 2172688.

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

Color convert

RGB163933-
CMYK0.5900.150.85
HSL164.35º41.82%10.78%-
HSV(B)164.35º58.97%15.29%-
XYZ1.211.671.7-
YUV31.44128.88116.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.18%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=18.18%
G=44.32%
B=37.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639330.5900.150.85164.3541.8210.78
Hex1027213B0F55a42ab
Octal204741730171252445213
Binary10000100111100001111011011111010101101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102721; }

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

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

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

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

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

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

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

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