#10B325

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

Shades of Dark Pastel Green #10B325

Tints of Dark Pastel Green #10B325

Color information

#10B325 (or 0x10B325) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B3 and 25. RGB value is (16,179,37). Sum of RGB (Red+Green+Blue) = 16+179+37=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 179 (70.31% from 255 or 77.16% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 179 - color contains mainly: green. Hex color #10B325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B325 is #EF4CDA. Grayscale: #727272. Windows color (decimal): -15682779 or 2470672. OLE color: 2470672.

HSL color Cylindrical-coordinate representation of color #10B325: hue angle of 127.73º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B325 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1617937-
CMYK0.9100.790.30
HSL127.73º83.59%38.24%-
HSV(B)127.73º91.06%70.2%-
XYZ16.6732.487.14-
YUV114.0884.558.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 179 (70.31% from 255) = 77.16%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=6.90%
G=77.16%
B=15.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16179370.9100.790.30127.7383.5938.24
Hex10B3255B04F1E805426
Octal202634513301173620012446
Binary100001011001110010110110110100111111110100000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,179,37); }

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

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

 a { background-color: rgb(16,179,37); }

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

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

 span { border-color: rgb(16,179,37); }

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