#10B72B

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

Shades of Dark Pastel Green #10B72B

Tints of Dark Pastel Green #10B72B

Color information

#10B72B (or 0x10B72B) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B7 and 2B. RGB value is (16,183,43). Sum of RGB (Red+Green+Blue) = 16+183+43=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 183 (71.88% from 255 or 75.62% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 183 - color contains mainly: green. Hex color #10B72B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B72B is #EF48D4. Grayscale: #757575. Windows color (decimal): -15681749 or 2864912. OLE color: 2864912.

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

Color convert

RGB1618343-
CMYK0.9100.770.28
HSL129.7º83.92%39.02%-
HSV(B)129.7º91.26%71.76%-
XYZ17.5834.157.95-
YUV117.1186.1755.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 183 (71.88% from 255) = 75.62%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=6.61%
G=75.62%
B=17.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16183430.9100.770.28129.783.9239.02
Hex10B72B5B04D1C825427
Octal202675313301153420212447
Binary100001011011110101110110110100110111100100000101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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