#10B749

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

Shades of Dark Pastel Green #10B749

Tints of Dark Pastel Green #10B749

Color information

#10B749 (or 0x10B749) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B7 and 49. RGB value is (16,183,73). Sum of RGB (Red+Green+Blue) = 16+183+73=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #10B749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B749 is #EF48B6. Grayscale: #787878. Windows color (decimal): -15681719 or 4830992. OLE color: 4830992.

HSL color Cylindrical-coordinate representation of color #10B749: hue angle of 140.48º 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 #10B749 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1618373-
CMYK0.9100.600.28
HSL140.48º83.92%39.02%-
HSV(B)140.48º91.26%71.76%-
XYZ18.3534.4611.99-
YUV120.53101.1753.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.88%
GREEN value IS 183 (71.88% from 255) = 67.28%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=5.88%
G=67.28%
B=26.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16183730.9100.600.28140.4883.9239.02
Hex10B7495B03C1C8c5427
Octal202671111330743421412447
Binary100001011011110010011011011011110011100100011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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