#10B728

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

Shades of Dark Pastel Green #10B728

Tints of Dark Pastel Green #10B728

Color information

#10B728 (or 0x10B728) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B7 and 28. RGB value is (16,183,40). Sum of RGB (Red+Green+Blue) = 16+183+40=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 183 (71.88% from 255 or 76.57% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 183 - color contains mainly: green. Hex color #10B728 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B728 is #EF48D7. Grayscale: #757575. Windows color (decimal): -15681752 or 2668304. OLE color: 2668304.

HSL color Cylindrical-coordinate representation of color #10B728: hue angle of 128.62º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B728 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1618340-
CMYK0.9100.780.28
HSL128.62º83.92%39.02%-
HSV(B)128.62º91.26%71.76%-
XYZ17.5334.137.67-
YUV116.7684.6756.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 183 (71.88% from 255) = 76.57%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=6.69%
G=76.57%
B=16.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16183400.9100.780.28128.6283.9239.02
Hex10B7285B04E1C815427
Octal202675013301163420112447
Binary100001011011110100010110110100111011100100000011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B728; }

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

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

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

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

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

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

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

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