#12B328

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

Shades of Dark Pastel Green #12B328

Tints of Dark Pastel Green #12B328

Color information

#12B328 (or 0x12B328) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B3 and 28. RGB value is (18,179,40). Sum of RGB (Red+Green+Blue) = 18+179+40=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #12B328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B328 is #ED4CD7. Grayscale: #737373. Windows color (decimal): -15551704 or 2667282. OLE color: 2667282.

HSL color Cylindrical-coordinate representation of color #12B328: hue angle of 128.2º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B328 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1817940-
CMYK0.9000.780.30
HSL128.2º81.73%38.63%-
HSV(B)128.2º89.94%70.2%-
XYZ16.7532.527.4-
YUV115.0285.6658.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 179 (70.31% from 255) = 75.53%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=7.59%
G=75.53%
B=16.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18179400.9000.780.30128.281.7338.63
Hex12B3285A04E1E805227
Octal222635013201163620012247
Binary100101011001110100010110100100111011110100000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12B328; }

 p { color: rgb(18,179,40); }

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

<style>
 a { background-color: #12B328; }

 a { background-color: rgb(18,179,40); }

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

<style>
 span { border-color: #12B328; }

 span { border-color: rgb(18,179,40); }

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