#103228

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

Shades of Dark Green #103228

Tints of Dark Green #103228

Color information

#103228 (or 0x103228) is unknown color: approx Dark Green. HEX triplet: 10, 32 and 28. RGB value is (16,50,40). Sum of RGB (Red+Green+Blue) = 16+50+40=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #103228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103228 is #EFCDD7. Grayscale: #262626. Windows color (decimal): -15715800 or 2634256. OLE color: 2634256.

HSL color Cylindrical-coordinate representation of color #103228: hue angle of 162.35º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #103228 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB165040-
CMYK0.6800.200.80
HSL162.35º51.52%12.94%-
HSV(B)162.35º68%19.61%-
XYZ1.742.542.41-
YUV38.69128.74111.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=15.09%
G=47.17%
B=37.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1650400.6800.200.80162.3551.5212.94
Hex1032284401450a234d
Octal2062501040241202426415
Binary1000011001010100010001000101001010000101000101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103228; }

 p { color: rgb(16,50,40); }

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

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

 a { background-color: rgb(16,50,40); }

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

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

 span { border-color: rgb(16,50,40); }

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