#10B748

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

Shades of Dark Pastel Green #10B748

Tints of Dark Pastel Green #10B748

Color information

#10B748 (or 0x10B748) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B7 and 48. RGB value is (16,183,72). Sum of RGB (Red+Green+Blue) = 16+183+72=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 183 (71.88% from 255 or 67.53% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 183 - color contains mainly: green. Hex color #10B748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B748 is #EF48B7. Grayscale: #787878. Windows color (decimal): -15681720 or 4765456. OLE color: 4765456.

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

Color convert

RGB1618372-
CMYK0.9100.610.28
HSL140.12º83.92%39.02%-
HSV(B)140.12º91.26%71.76%-
XYZ18.3234.4511.81-
YUV120.41100.6753.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 183 (71.88% from 255) = 67.53%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=5.90%
G=67.53%
B=26.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16183720.9100.610.28140.1283.9239.02
Hex10B7485B03D1C8c5427
Octal202671101330753421412447
Binary100001011011110010001011011011110111100100011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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